From: Jasper St. Pierre Date: Wed, 2 May 2012 16:53:27 +0000 (-0400) Subject: gkeyfile: Fix annotations for g_key_file_load_from_data X-Git-Tag: 2.33.2~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77695437b319c8e1a918c8b3ab892ba8a63fbf63;p=platform%2Fupstream%2Fglib.git gkeyfile: Fix annotations for g_key_file_load_from_data https://bugzilla.gnome.org/show_bug.cgi?id=675309 --- diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index 949c8b2..50ba2d9 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -862,7 +862,7 @@ g_key_file_load_from_file (GKeyFile *key_file, /** * g_key_file_load_from_data: * @key_file: an empty #GKeyFile struct - * @data: key file loaded in memory + * @data: (length length): key file loaded in memory * @length: the length of @data in bytes (or -1 if data is nul-terminated) * @flags: flags from #GKeyFileFlags * @error: return location for a #GError, or %NULL