mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +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:
|
* g_markup_parse_context_get_position:
|
||||||
* @context: a #GMarkupParseContext
|
* @context: a #GMarkupParseContext
|
||||||
* @line_number: (nullable): return location for a line number, or %NULL
|
* @line_number: (out) (optional): return location for a line number, or %NULL
|
||||||
* @char_number: (nullable): return location for a char-on-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
|
* Retrieves the current line number and the number of the character on
|
||||||
* that line. Intended for use in error messages; there are no strict
|
* that line. Intended for use in error messages; there are no strict
|
||||||
|
Loading…
x
Reference in New Issue
Block a user