summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-21 18:23:09 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-21 18:23:09 -0500
commitea23f8e074353d578f256118995bf724655ec724 (patch)
treef430d5ab6a5785e4437c0dc74c1dc1c7bfb70c35
parent7605e31136df686f9ef6134ae1d829db87f9a380 (diff)
downloadgdk-pixbuf-ea23f8e074353d578f256118995bf724655ec724.tar.gz
Add annotations to gdk_pixbuf_save_to_buffer buffer arg
-rw-r--r--gdk-pixbuf/gdk-pixbuf-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index bd17000fe..2d952e5f9 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -2545,7 +2545,7 @@ gdk_pixbuf_save_to_callbackv (GdkPixbuf *pixbuf,
/**
* gdk_pixbuf_save_to_buffer:
* @pixbuf: a #GdkPixbuf.
- * @buffer: (array length=buffer_size): location to receive a pointer
+ * @buffer: (array length=buffer_size) (out) (element-type guint8): location to receive a pointer
* to the new buffer.
* @buffer_size: location to receive the size of the new buffer.
* @type: name of file format.