gtk: Fix parameter annotations for gtk_buildable_parse_context_get_position
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 15 Sep 2019 15:31:41 +0000 (17:31 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 15 Sep 2019 15:57:28 +0000 (17:57 +0200)
gtk/gtkbuilderparser.c

index 40629104aeebbedb897b49ff67f3ba32bcca9e64..b2a23c1aba39d4d91fa911069090b070710d8e9c 100644 (file)
@@ -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