summaryrefslogtreecommitdiff
path: root/glib/poppler-attachment.cc
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/poppler-attachment.cc
parenta06e715d89a99b909b8e7b73b733066c67b1ade3 (diff)
glib small doc comment corrections
Diffstat (limited to 'glib/poppler-attachment.cc')
-rw-r--r--glib/poppler-attachment.cc2
1 files changed, 1 insertions, 1 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.