summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorThomas Viehmann <tv@beamnet.de>2009-01-17 13:16:38 +0100
committerCarlos Garcia Campos <carlosgc@gnome.org>2009-02-21 10:03:30 +0100
commit29bc9d1dd115b5d400975533c3924993c3adae30 (patch)
tree2d7e58c06b13b5dcd0360f1e07bf06643813433e /glib
parenta06e715d89a99b909b8e7b73b733066c67b1ade3 (diff)
glib small doc comment corrections
Diffstat (limited to 'glib')
-rw-r--r--glib/poppler-attachment.cc2
-rw-r--r--glib/poppler-layer.cc2
-rw-r--r--glib/poppler.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/glib/poppler-attachment.cc b/glib/poppler-attachment.cc
index b51dbbe3..1c3eef00 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 2049dc74..43aa85aa 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 541cc1bc..3c1d503e 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.
*