summaryrefslogtreecommitdiff
path: root/src/glade-property.h
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@src.gnome.org>2003-10-27 18:06:09 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2003-10-27 18:06:09 +0000
commit3df13dd998ada7b7fa2a27773b8dde6832c8bac8 (patch)
treef222776acf2c82b58a8132ac121fa169e3c0cefb /src/glade-property.h
parent134459d3921d6820cf322e9704c1a077b5e36cba (diff)
downloadglade-3df13dd998ada7b7fa2a27773b8dde6832c8bac8.tar.gz
Minor janitoring.
Diffstat (limited to 'src/glade-property.h')
-rw-r--r--src/glade-property.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/glade-property.h b/src/glade-property.h
index 95d076a3..ecf2b9ec 100644
--- a/src/glade-property.h
+++ b/src/glade-property.h
@@ -53,10 +53,8 @@ struct _GladePropertyObjectClass
GType glade_property_get_type (void);
-GList *glade_property_list_new_from_widget_class (GladeWidgetClass *class,
- GladeWidget *widget);
-GladeProperty *glade_property_new_from_class (GladePropertyClass *class,
- GladeWidget *widget);
+GladeProperty *glade_property_new (GladePropertyClass *class, GladeWidget *widget);
+
void glade_property_free (GladeProperty *property);
void glade_property_set (GladeProperty *property, const GValue *value);