[gdk-pixbuf] Properly annotate gdk_pixbuf_new_from_xpm_data



commit 0aa3be0b97c0e136ff9f5bd015579f52ed8c8a22
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sun Jan 29 15:20:15 2012 +0100

    Properly annotate gdk_pixbuf_new_from_xpm_data
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668956
    
    Signed-off-by: Martin Pitt <martinpitt gnome org>

 gdk-pixbuf/gdk-pixbuf-io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-io.c b/gdk-pixbuf/gdk-pixbuf-io.c
index 80f6373..ccfb9a4 100644
--- a/gdk-pixbuf/gdk-pixbuf-io.c
+++ b/gdk-pixbuf/gdk-pixbuf-io.c
@@ -1928,7 +1928,7 @@ gdk_pixbuf_get_file_info (const gchar  *filename,
 
 /**
  * gdk_pixbuf_new_from_xpm_data:
- * @data: Pointer to inline XPM data.
+ * @data: (array zero-terminated=1): Pointer to inline XPM data.
  *
  * Creates a new pixbuf by parsing XPM data in memory.  This data is commonly
  * the result of including an XPM file into a program's C source.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]