]> Pileus Git - ~andy/gtk/commitdiff
Fix gtk_builder_add_objects_from_file g-i annotation
authorPaolo Borelli <pborelli@gnome.org>
Wed, 8 Dec 2010 14:14:29 +0000 (15:14 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Wed, 8 Dec 2010 14:15:50 +0000 (15:15 +0100)
Use the same annotation already used for add_objects_from_string

gtk/gtkbuilder.c

index 97b0053da3c3f127561d8fa67ac24202a00f4972..faa3ef79adda8008d641d138377ae557aa071b20 100644 (file)
@@ -913,7 +913,7 @@ gtk_builder_add_from_file (GtkBuilder   *builder,
  * gtk_builder_add_objects_from_file:
  * @builder: a #GtkBuilder
  * @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
  *
  * Parses a file containing a <link linkend="BUILDER-UI">GtkBuilder