summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-12 11:31:06 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-12 11:31:06 -0300
commit68c68fec813a7fa8443fa2fb7da0eeda52bfcd8c (patch)
treeb3774d28015df47bd5d0efa191746d1421ea19a9
parent35d468ea1a10f46e04d7199fe9d9e6f507b20275 (diff)
downloadgobject-introspection-68c68fec813a7fa8443fa2fb7da0eeda52bfcd8c.tar.gz
[girparser] Annotate return transfer for public API
-rw-r--r--girepository/girparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/girepository/girparser.c b/girepository/girparser.c
index 9823228e..d0bd8aa3 100644
--- a/girepository/girparser.c
+++ b/girepository/girparser.c
@@ -3375,7 +3375,7 @@ post_filter (GIrModule *module)
* Parse a string that holds a complete GIR XML file, and return a list of a
* a #GirModule for each &lt;namespace/&gt; element within the file.
*
- * Returns: a newly allocated list of #GIrModule. The modules themselves
+ * Returns: (transfer container): a newly allocated list of #GIrModule. The modules themselves
* are owned by the #GIrParser and will be freed along with the parser.
*/
GList *
@@ -3446,7 +3446,7 @@ g_ir_parser_parse_string (GIrParser *parser,
* Parse GIR XML file, and return a list of a a #GirModule for each
* &lt;namespace/&gt; element within the file.
*
- * Returns: a newly allocated list of #GIrModule. The modules themselves
+ * Returns: (transfer container): a newly allocated list of #GIrModule. The modules themselves
* are owned by the #GIrParser and will be freed along with the parser.
*/
GList *