summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.c
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@gnome.org>2010-12-08 15:14:29 +0100
committerPaolo Borelli <pborelli@gnome.org>2010-12-08 15:15:50 +0100
commitf5d7a63aff70ca3cfa0865983d7102e4e6b5e27b (patch)
treeb321dea93fe56acc3ce176979d265021d4186a3a /gtk/gtkbuilder.c
parent6188ea608f14fbfbb14fe7e4ad6dabc65d34c9de (diff)
downloadgtk+-f5d7a63aff70ca3cfa0865983d7102e4e6b5e27b.tar.gz
Fix gtk_builder_add_objects_from_file g-i annotation
Use the same annotation already used for add_objects_from_string
Diffstat (limited to 'gtk/gtkbuilder.c')
-rw-r--r--gtk/gtkbuilder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c
index 97b0053da3..faa3ef79ad 100644
--- a/gtk/gtkbuilder.c
+++ b/gtk/gtkbuilder.c
@@ -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