summaryrefslogtreecommitdiff
path: root/gladeui/glade-utils.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-utils.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-utils.h')
-rw-r--r--gladeui/glade-utils.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gladeui/glade-utils.h b/gladeui/glade-utils.h
index 5e8baec3..78a165e8 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -62,8 +62,7 @@ gchar *glade_utils_flags_string_from_value_displayable (GType flags_t
gchar *glade_utils_enum_string_from_value_displayable (GType flags_type, gint value);
GValue *glade_utils_value_from_string (GType type,
const gchar *string,
- GladeProject *project,
- GladeWidget *widget);
+ GladeProject *project);
gchar *glade_utils_string_from_value (const GValue *value);
/* Devhelp */