summaryrefslogtreecommitdiff
path: root/gladeui/glade-utils.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-30 01:15:19 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-30 01:15:19 +0900
commitecabb8754542fa993a6812ff33f4b29e804da136 (patch)
treee4d28bda1a5dbecdf4920cf4aa2ca97d729d5394 /gladeui/glade-utils.h
parent159aa6f695197e17b88b53ae115ed4052e7e8ab8 (diff)
downloadglade-ecabb8754542fa993a6812ff33f4b29e804da136.tar.gz
* Whole tree updated to remove all notion of project conversions and dual project formats,
no more libglade.
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 4769230b..70f48d41 100644
--- a/gladeui/glade-utils.h
+++ b/gladeui/glade-utils.h
@@ -145,8 +145,7 @@ GValue *glade_utils_value_from_string (GType type,
GladeProject *project,
GladeWidget *widget);
-gchar *glade_utils_string_from_value (const GValue *value,
- GladeProjectFormat fmt);
+gchar *glade_utils_string_from_value (const GValue *value);
GtkListStore *glade_utils_liststore_from_enum_type (GType enum_type, gboolean include_empty);