summaryrefslogtreecommitdiff
path: root/glib/poppler-attachment.cc
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-07-05 11:16:49 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2010-07-05 11:16:49 +0200
commit092aa901b9ec35a48bc1fb229ad16a3b00eef5f2 (patch)
treeb83a876dd04c426bc0d42b069c210e26a2b7293e /glib/poppler-attachment.cc
parent6c4e14fd90d5ef2d6670a980ab2476b6fab58df7 (diff)
[glib] docs: add some more introspection annotations
Diffstat (limited to 'glib/poppler-attachment.cc')
-rw-r--r--glib/poppler-attachment.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/poppler-attachment.cc b/glib/poppler-attachment.cc
index 6ff20b29..d3281bad 100644
--- a/glib/poppler-attachment.cc
+++ b/glib/poppler-attachment.cc
@@ -157,7 +157,7 @@ save_helper (const gchar *buf,
* poppler_attachment_save:
* @attachment: A #PopplerAttachment.
* @filename: name of file to save
- * @error: return location for error, or %NULL.
+ * @error: (allow-none): return location for error, or %NULL.
*
* Saves @attachment to a file indicated by @filename. If @error is set, %FALSE
* will be returned. Possible errors include those in the #G_FILE_ERROR domain
@@ -215,7 +215,7 @@ poppler_attachment_save (PopplerAttachment *attachment,
* @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.
+ * @error: (allow-none): return location for error, or %NULL.
*
* Saves @attachment by feeding the produced data to @save_func. Can be used
* when you want to store the attachment to something other than a file, such as