summaryrefslogtreecommitdiff
path: root/girepository/girepository.c
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-11-12 12:59:01 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-11-12 12:59:01 +0000
commit58a3fae37e0e71499f7b4cec9f9c78d0326ce2d9 (patch)
treebe01d105b14dea4f9f143dbae1c20b58e319a9f9 /girepository/girepository.c
parente58c2ce360fc0fddc52fd2208753f1c76c1504ca (diff)
downloadgobject-introspection-58a3fae37e0e71499f7b4cec9f9c78d0326ce2d9.tar.gz
Change the element type from utf8 to filename Special case filename
2008-11-12 Johan Dahlin <jdahlin@async.com.br> * girepository/girepository.c: Change the element type from utf8 to filename * girepository/girnode.c (g_ir_node_build_typelib): Special case filename equally to utf8 here. svn path=/trunk/; revision=895
Diffstat (limited to 'girepository/girepository.c')
-rw-r--r--girepository/girepository.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/girepository/girepository.c b/girepository/girepository.c
index 392118d9..0a4d4ebd 100644
--- a/girepository/girepository.c
+++ b/girepository/girepository.c
@@ -144,7 +144,7 @@ g_irepository_prepend_search_path (const char *directory)
* The string is internal to GIRespository and should not be freed, nor should
* the elements.
*
- * Return value: (element-type utf8) (transfer none): list of strings
+ * Return value: (element-type filename) (transfer none): list of strings
*/
GSList *
g_irepository_get_search_path (void)