mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 14:06:15 +01:00
gmarkup: Fix parameter annotations for g_markup_parse_context_get_position
This commit is contained in:
parent
cbd3dfe381
commit
ed2ceae9f0
@ -1939,8 +1939,8 @@ g_markup_parse_context_get_element_stack (GMarkupParseContext *context)
|
||||
/**
|
||||
* g_markup_parse_context_get_position:
|
||||
* @context: a #GMarkupParseContext
|
||||
* @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
|
||||
|
Loading…
Reference in New Issue
Block a user