summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-class.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-22 17:51:31 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2011-01-22 17:51:31 +0900
commit05191e1c37c2f5a590205c3a3018601894c4967d (patch)
tree92b2e3fe3e5a0d7d4cc2b902cd7a2f9645619799 /gladeui/glade-property-class.h
parenteb93a3927896139536b777710a5fd38f031cb588 (diff)
downloadglade-05191e1c37c2f5a590205c3a3018601894c4967d.tar.gz
* gladeui/glade-command.[ch]: Removed glade_command_set_naming_policy().
* gladeui/glade-project.[ch]: Removed naming policy, object ids are always unique. * gladeui/glade-editor-property.c, glade-property-class.[ch], gladeui/glade-property.c, gladeui/glade-signal-editor.c, gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-xml-utils.h, plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-icon-sources.c, plugins/gtk+/glade-model-data.c: Removed 'widget' argument from glade_property_class_make_gvalue_from_string() and from glade_utils_value_from_string() since you never need a common ancestor to search a widget by name anymore.
Diffstat (limited to 'gladeui/glade-property-class.h')
-rw-r--r--gladeui/glade-property-class.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gladeui/glade-property-class.h b/gladeui/glade-property-class.h
index d592f20f..45fe081b 100644
--- a/gladeui/glade-property-class.h
+++ b/gladeui/glade-property-class.h
@@ -121,8 +121,7 @@ guint16 glade_property_class_since_minor (GladePropert
GValue *glade_property_class_make_gvalue_from_string (GladePropertyClass *property_class,
const gchar *string,
- GladeProject *project,
- GladeWidget *widget);
+ GladeProject *project);
gchar *glade_property_class_make_string_from_gvalue (GladePropertyClass *property_class,
const GValue *value);