[poppler] glib/poppler-attachment.cc glib/poppler.cc glib/poppler-layer.cc

Carlos Garcia Campos carlosgc at kemper.freedesktop.org
Sat Feb 21 01:03:31 PST 2009


 glib/poppler-attachment.cc |    2 +-
 glib/poppler-layer.cc      |    2 ++
 glib/poppler.cc            |    2 --
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 29bc9d1dd115b5d400975533c3924993c3adae30
Author: Thomas Viehmann <tv at beamnet.de>
Date:   Sat Jan 17 13:16:38 2009 +0100

    glib small doc comment corrections

diff --git a/glib/poppler-attachment.cc b/glib/poppler-attachment.cc
index b51dbbe..1c3eef0 100644
--- a/glib/poppler-attachment.cc
+++ b/glib/poppler-attachment.cc
@@ -187,7 +187,7 @@ poppler_attachment_save (PopplerAttachment  *attachment,
 
 /**
  * poppler_attachment_save_to_callback:
- * @attachment: A #GdkPixbuf.
+ * @attachment: A #PopplerAttachment.
  * @save_func: a function that is called to save each block of data that the save routine generates.
  * @user_data: user data to pass to the save function.
  * @error: return location for error, or %NULL.
diff --git a/glib/poppler-layer.cc b/glib/poppler-layer.cc
index 2049dc7..43aa85a 100644
--- a/glib/poppler-layer.cc
+++ b/glib/poppler-layer.cc
@@ -171,6 +171,7 @@ poppler_layer_hide (PopplerLayer *poppler_layer)
 
 /**
  * poppler_layer_is_parent
+ * @layer: a #PopplerLayer
  *
  * Returns whether @layer is parent of other nested layers.
  *
@@ -186,6 +187,7 @@ poppler_layer_is_parent (PopplerLayer *poppler_layer)
 
 /**
  * poppler_layer_get_radio_button_group_id
+ * @layer: a #PopplerLayer
  *
  * Returns the numeric ID the radio button group associated with @layer.
  *
diff --git a/glib/poppler.cc b/glib/poppler.cc
index 541cc1b..3c1d503 100644
--- a/glib/poppler.cc
+++ b/glib/poppler.cc
@@ -31,7 +31,6 @@ GQuark poppler_error_quark (void)
 
 /**
  * poppler_get_backend:
- * @void: 
  * 
  * Returns the backend compiled into the poppler library.
  * 
@@ -53,7 +52,6 @@ static const char poppler_version[] = PACKAGE_VERSION;
 
 /**
  * poppler_get_version:
- * @void: 
  * 
  * Returns the version of poppler in use.  This result is not to be freed.
  * 


More information about the poppler mailing list