[PATCH] glib small doc comment corrections
Thomas Viehmann
tv at beamnet.de
Sat Jan 17 04:16:38 PST 2009
---
glib/poppler-attachment.cc | 2 +-
glib/poppler-layer.cc | 2 ++
glib/poppler.cc | 2 --
3 files changed, 3 insertions(+), 3 deletions(-)
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.
*
--
1.5.6.5
--------------050505010401030205050202--
More information about the poppler
mailing list