summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-15 17:31:41 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-09-15 17:57:28 +0200
commit67bd28eaafa3be852b15904dbf890b1151524800 (patch)
treeab7d8e5dbecdd86c3ec86bba705b2ec7b05d7b91 /gtk/gtkbuilderparser.c
parent51b2fd1777e81ce4a75f03baecaae6be02cb69cf (diff)
downloadgtk+-67bd28eaafa3be852b15904dbf890b1151524800.tar.gz
gtk: Fix parameter annotations for gtk_buildable_parse_context_get_position
Diffstat (limited to 'gtk/gtkbuilderparser.c')
-rw-r--r--gtk/gtkbuilderparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c
index 40629104ae..b2a23c1aba 100644
--- a/gtk/gtkbuilderparser.c
+++ b/gtk/gtkbuilderparser.c
@@ -332,8 +332,8 @@ gtk_buildable_parse_context_get_element_stack (GtkBuildableParseContext *context
/**
* gtk_buildable_parse_context_get_position:
* @context: a #GtkBuildableParseContext
- * @line_number: (nullable): return location for a line number, or %NULL
- * @char_number: (nullable): return location for a char-on-line number, or %NULL
+ * @line_number: (out) (optional): return location for a line number, or %NULL
+ * @char_number: (out) (optional): return location for a char-on-line number, or %NULL
*
* Retrieves the current line number and the number of the character on
* that line. Intended for use in error messages; there are no strict