forked from AuroraMiddleware/gtk
add array annotation to gtk_builder_add_objects_from_string
This commit is contained in:
parent
8a210673fb
commit
eeaf576316
@ -1028,7 +1028,7 @@ gtk_builder_add_from_string (GtkBuilder *builder,
|
|||||||
* @builder: a #GtkBuilder
|
* @builder: a #GtkBuilder
|
||||||
* @buffer: the string to parse
|
* @buffer: the string to parse
|
||||||
* @length: the length of @buffer (may be -1 if @buffer is nul-terminated)
|
* @length: the length of @buffer (may be -1 if @buffer is nul-terminated)
|
||||||
* @object_ids: nul-terminated array of objects to build
|
* @object_ids: (array zero-teminated=1) (element-type utf8): nul-terminated array of objects to build
|
||||||
* @error: (allow-none): return location for an error, or %NULL
|
* @error: (allow-none): return location for an error, or %NULL
|
||||||
*
|
*
|
||||||
* Parses a string containing a <link linkend="BUILDER-UI">GtkBuilder
|
* Parses a string containing a <link linkend="BUILDER-UI">GtkBuilder
|
||||||
|
Loading…
Reference in New Issue
Block a user