summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-15 17:54:52 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-15 17:57:28 +0200
commit97231ca231f4fcd84a5dd61f1eec1d7e2c5b703d (patch)
tree6bfb963a6cb346e29650b71f987fbddda35769cf /gtk/gtkbuilderparser.c
parent67bd28eaafa3be852b15904dbf890b1151524800 (diff)
downloadgtk+-97231ca231f4fcd84a5dd61f1eec1d7e2c5b703d.tar.gz
gtk: Fix some g-i annotation warnings
Diffstat (limited to 'gtk/gtkbuilderparser.c')
-rw-r--r--gtk/gtkbuilderparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c
index b2a23c1aba..954a06b772 100644
--- a/gtk/gtkbuilderparser.c
+++ b/gtk/gtkbuilderparser.c
@@ -321,7 +321,7 @@ gtk_buildable_parse_context_get_element (GtkBuildableParseContext *context)
* would merely return the name of the element that is being
* processed.
*
- * Returns: the element stack, which must not be modified
+ * Returns: (transfer none) (element-type utf8): the element stack, which must not be modified
*/
GPtrArray *
gtk_buildable_parse_context_get_element_stack (GtkBuildableParseContext *context)