summaryrefslogtreecommitdiff
path: root/gladeui/glade-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2008-10-17 18:47:57 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2008-10-17 18:47:57 +0000
commited3bb9377451f2d77c447d8bbbb202e78b26840e (patch)
treebc0ff52b496c72b8649bbdf0d8964d6b789de42e /gladeui/glade-utils.h
parent47479fa15e7bd3152b6a8f06fba57e2bed23c56c (diff)
downloadglade-ed3bb9377451f2d77c447d8bbbb202e78b26840e.tar.gz
Fixed property commands to not unify across separate groups, and also to
* gladeui/glade-command.c: Fixed property commands to not unify across separate groups, and also to unify when they are not lists. * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-model-data.c: - Data properties now have DnD working - Adding TreeViewColumn support - Fixing liststore support to work for treestore svn path=/trunk/; revision=1977
Diffstat (limited to 'gladeui/glade-utils.h')
-rw-r--r--gladeui/glade-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gladeui/glade-utils.h b/gladeui/glade-utils.h
index fe05abd3..dc35e7f8 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -143,7 +143,7 @@ GValue *glade_utils_value_from_string (GType type,
GladeWidget *widget);
gchar *glade_utils_string_from_value (const GValue *value,
- GladeProject *project);
+ GladeProjectFormat fmt);
GtkListStore *glade_utils_liststore_from_enum_type (GType enum_type, gboolean include_empty);