Fixed (transfer full) introspection annotation for the return value in pango_split_fi...
authorAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 23:14:10 +0000 (00:14 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Mon, 25 Apr 2011 23:14:10 +0000 (00:14 +0100)
pango/pango-utils.c

index 80a465e..052da9c 100644 (file)
@@ -176,7 +176,8 @@ pango_trim_string (const char *str)
  * Splits a %G_SEARCHPATH_SEPARATOR-separated list of files, stripping
  * white space and substituting ~/ with $HOME/.
  *
- * Return value: a list of strings to be freed with g_strfreev()
+ * Return value: (transfer full) (array zero-terminated=1): a list of
+ * strings to be freed with g_strfreev()
  **/
 char **
 pango_split_file_list (const char *str)