summaryrefslogtreecommitdiff
path: root/gladeui/glade-property.h
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <jpu@src.gnome.org>2007-02-21 23:03:23 +0000
committerJuan Pablo Ugarte <jpu@src.gnome.org>2007-02-21 23:03:23 +0000
commit7011d3817cbafeda9cec469c41d16a4adb343009 (patch)
tree1b64265b00f299e325e3cd4a835046b30bd6b4ea /gladeui/glade-property.h
parent75085f54d04e63d8c2754dc8e823fdbd2d37ff91 (diff)
downloadglade-7011d3817cbafeda9cec469c41d16a4adb343009.tar.gz
make glade_property_new() always return instrospected value
* gladeui/glade-property.[ch]: make glade_property_new() always return instrospected value (catalog_default parameter removed) * gladeui/glade-widget.c: added glade_widget_set_catalog_defaults() to set catalog default values in glade_widget_constructor() when the widget is created by the user. * plugins/gtk+/glade-gtk.c: glade_gtk_menu_item_get_children() added GtkImageMenuItem support. fix bug #404322 * plugins/gtk+/gtk+.xml.in: GtkMenuItem get-children function renamed to glade_gtk_menu_item_get_children svn path=/trunk/; revision=1124
Diffstat (limited to 'gladeui/glade-property.h')
-rw-r--r--gladeui/glade-property.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gladeui/glade-property.h b/gladeui/glade-property.h
index 0578238e..f8e6fa8d 100644
--- a/gladeui/glade-property.h
+++ b/gladeui/glade-property.h
@@ -82,8 +82,7 @@ GType glade_property_get_type (void) G_GNUC_CONST
LIBGLADEUI_API
GladeProperty *glade_property_new (GladePropertyClass *klass,
GladeWidget *widget,
- GValue *value,
- gboolean catalog_default);
+ GValue *value);
LIBGLADEUI_API
GladeProperty *glade_property_dup (GladeProperty *template_prop,
GladeWidget *widget);