summaryrefslogtreecommitdiff
path: root/src/glade-property.h
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2003-07-02 12:48:25 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2003-07-02 12:48:25 +0000
commitf8da4a75ddea71fa0feb00fbbc6e4ae6ad36a4fd (patch)
tree1faddf47b7c8512a165ab2250a4063e62341228c /src/glade-property.h
parent9bfb390e90ba348ca8bf7822c2d24c8a673e32f4 (diff)
downloadglade-f8da4a75ddea71fa0feb00fbbc6e4ae6ad36a4fd.tar.gz
Move a couple of functions where
they belong.
Diffstat (limited to 'src/glade-property.h')
-rw-r--r--src/glade-property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glade-property.h b/src/glade-property.h
index af6fbf26..507243c8 100644
--- a/src/glade-property.h
+++ b/src/glade-property.h
@@ -86,6 +86,7 @@ void glade_property_set_double (GladeProperty *property, gdouble val);
void glade_property_set_boolean (GladeProperty *property, gboolean val);
void glade_property_set_unichar (GladeProperty *property, gunichar val);
void glade_property_set_enum (GladeProperty *property, GladeChoice *choice);
+void glade_property_refresh (GladeProperty *property);
const gchar * glade_property_get_string (GladeProperty *property);
gint glade_property_get_integer (GladeProperty *property);