mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Fix gtk_builder_add_objects_from_file g-i annotation
Use the same annotation already used for add_objects_from_string
This commit is contained in:
parent
6188ea608f
commit
f5d7a63aff
@ -913,7 +913,7 @@ gtk_builder_add_from_file (GtkBuilder *builder,
|
|||||||
* gtk_builder_add_objects_from_file:
|
* gtk_builder_add_objects_from_file:
|
||||||
* @builder: a #GtkBuilder
|
* @builder: a #GtkBuilder
|
||||||
* @filename: the name of the file to parse
|
* @filename: the name of the file to parse
|
||||||
* @object_ids: nul-terminated array of objects to build
|
* @object_ids: (array zero-terminated=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 file containing a <link linkend="BUILDER-UI">GtkBuilder
|
* Parses a file containing a <link linkend="BUILDER-UI">GtkBuilder
|
||||||
|
Loading…
Reference in New Issue
Block a user