diff options
author | Paolo Borelli <pborelli@katamail.com> | 2008-07-16 15:36:53 +0000 |
---|---|---|
committer | Paolo Borelli <pborelli@src.gnome.org> | 2008-07-16 15:36:53 +0000 |
commit | 6ee8be8899f4717f3cacd34270d371c4300961b3 (patch) | |
tree | b1cd9f7754391518c8a97111e7dba8931f9e2868 /gtk/gtk.symbols | |
parent | 3e5cda3d3c59034d96498eff048fe16de964a29a (diff) | |
download | gtk+-6ee8be8899f4717f3cacd34270d371c4300961b3.tar.gz |
Bug 447998 - GtkBuilder does not support building parts of the xml tree
2008-07-15 Paolo Borelli <pborelli@katamail.com>
Bug 447998 - GtkBuilder does not support building parts of the xml tree
* gtk/gtkbuilder.c:
* gtk/gtkbuilder.h:
* gtk/gtkbuilderprivate.h:
* gtk/gtkbuilderparser.c:
* gtk/gtk.symbols:
Add two new functions that allow cherry picking and construct
objects from a ui description file or string.
* gtk/tests/builder.c: tests for the above.
svn path=/trunk/; revision=20845
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index ad6f331b21..fcef780595 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -445,6 +445,8 @@ gtk_buildable_set_buildable_property #if IN_FILE(__GTK_BUILDER_C__) gtk_builder_add_from_file gtk_builder_add_from_string +gtk_builder_add_objects_from_file +gtk_builder_add_objects_from_string gtk_builder_error_quark gtk_builder_get_object gtk_builder_get_objects |