summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-data.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-12-16 18:08:33 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-12-16 18:08:33 -0500
commitd724d378e6483cad1bf095b151f52c850fcb320a (patch)
tree16d98936bb9f03d5ae4fc1fe98ebb11ac4f6b0de /gdk-pixbuf/gdk-pixbuf-data.c
parent00808be1ac79339e2acace891b962cef82949ed3 (diff)
downloadgdk-pixbuf-d724d378e6483cad1bf095b151f52c850fcb320a.tar.gz
Various annotation fixes
Reported by Evan Nemerson in bug 659888.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-data.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-data.c b/gdk-pixbuf/gdk-pixbuf-data.c
index 2951e13cc..a9334e877 100644
--- a/gdk-pixbuf/gdk-pixbuf-data.c
+++ b/gdk-pixbuf/gdk-pixbuf-data.c
@@ -30,14 +30,14 @@
/**
* gdk_pixbuf_new_from_data:
- * @data: (array) (element-type char): Image data in 8-bit/sample packed format
+ * @data: (array): Image data in 8-bit/sample packed format
* @colorspace: Colorspace for the image data
* @has_alpha: Whether the data has an opacity channel
* @bits_per_sample: Number of bits per sample
* @width: Width of the image in pixels, must be > 0
* @height: Height of the image in pixels, must be > 0
* @rowstride: Distance in bytes between row starts
- * @destroy_fn: (scope async): Function used to free the data when the pixbuf's reference count
+ * @destroy_fn: (scope async) (allow-none): Function used to free the data when the pixbuf's reference count
* drops to zero, or %NULL if the data should not be freed
* @destroy_fn_data: (closure): Closure data to pass to the destroy notification function
*