summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
diff options
context:
space:
mode:
authorSophie Herold <sophie@hemio.de>2020-10-17 15:17:56 +0200
committerSophie Herold <sophie@hemio.de>2020-10-17 15:32:36 +0200
commitcd0bef93907880550bc14dcbe9cca13ebeafce0d (patch)
tree6160d1ea08ff10ef6a910e8c680ba3a611ab4ed2 /gtk/gtkbuilderparser.c
parent5a79cc4d70b70009116cc87dc36bcd05170cedae (diff)
downloadgtk+-cd0bef93907880550bc14dcbe9cca13ebeafce0d.tar.gz
Add some missing nullable return annotations
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 3ea04b941f..66ff6981a7 100644
--- a/gtk/gtkbuilderparser.c
+++ b/gtk/gtkbuilderparser.c
@@ -296,7 +296,7 @@ gtk_buildable_parse_context_pop (GtkBuildableParseContext *context)
* give the element_name as passed to those functions. For the parent
* elements, see gtk_buildable_parse_context_get_element_stack().
*
- * Returns: the name of the currently open element, or %NULL
+ * Returns: (nullable): the name of the currently open element, or %NULL
*/
const char *
gtk_buildable_parse_context_get_element (GtkBuildableParseContext *context)