[pango] Fixed (transfer full) introspection annotation for the return value in pango_split_file_list



commit 1a10aafb9acf4044ac6c9913837ce4a1c53c6e98
Author: Alberto Ruiz <aruiz gnome org>
Date:   Tue Apr 26 00:14:10 2011 +0100

    Fixed (transfer full) introspection annotation for the return value in pango_split_file_list

 pango/pango-utils.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 80a465e..052da9c 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -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)



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