summaryrefslogtreecommitdiff
path: root/gladeui/glade-property-label.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-13 17:55:05 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-14 02:49:36 +0900
commit7afab79bf89356d248fa6b9ce50a1082e70a186a (patch)
tree6d3d0b24045016613070f1954dd06422e7331a73 /gladeui/glade-property-label.h
parentb09f056a13707bb2f7fac236aa5d89dd01b4ce00 (diff)
downloadglade-7afab79bf89356d248fa6b9ce50a1082e70a186a.tar.gz
Added GladePropertyEditor interface.
This interface captures the common load_by_widget() semantics used by GladePropertyLabel, GladePropertyShell and GladeEditorProperty.
Diffstat (limited to 'gladeui/glade-property-label.h')
-rw-r--r--gladeui/glade-property-label.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gladeui/glade-property-label.h b/gladeui/glade-property-label.h
index b621390e..04ab2f2a 100644
--- a/gladeui/glade-property-label.h
+++ b/gladeui/glade-property-label.h
@@ -56,8 +56,6 @@ GType glade_property_label_get_type (void) G_GNUC_CONST;
GtkWidget *glade_property_label_new (void);
-void glade_property_label_load_by_widget (GladePropertyLabel *label,
- GladeWidget *widget);
void glade_property_label_set_property_name (GladePropertyLabel *label,
const gchar *property_name);
const gchar *glade_property_label_get_property_name (GladePropertyLabel *label);