projects
/
platform
/
upstream
/
pango.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a502c5e
)
Fixed (transfer full) introspection annotation for the return value in pango_split_fi...
author
Alberto Ruiz
<aruiz@gnome.org>
Mon, 25 Apr 2011 23:14:10 +0000
(
00:14
+0100)
committer
Alberto Ruiz
<aruiz@gnome.org>
Mon, 25 Apr 2011 23:14:10 +0000
(
00:14
+0100)
pango/pango-utils.c
patch
|
blob
|
history
diff --git
a/pango/pango-utils.c
b/pango/pango-utils.c
index
80a465e
..
052da9c
100644
(file)
--- 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)