summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-04-16 13:57:05 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-05-06 14:29:14 -0400
commitdeb271d35519124509103ccc4c217bb31bf4fe65 (patch)
tree9b3bb32bc80c02b84364e6bc36b66c51711af941 /gtk/gtkcontainer.h
parentc8c1075cfe7220be0b82b81358c3bb8bc375e11c (diff)
downloadgtk+-deb271d35519124509103ccc4c217bb31bf4fe65.tar.gz
Add gtk_container_child_notify
This is a variant of gtk_widget_child_notify() that takes an explicit container, instead of relying on widget->parent to be the correct container to use.
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index b21e2d827b..a19d90f9d1 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -195,7 +195,11 @@ void gtk_container_child_set_property (GtkContainer *container,
void gtk_container_child_get_property (GtkContainer *container,
GtkWidget *child,
const gchar *property_name,
- GValue *value);
+ GValue *value);
+
+void gtk_container_child_notify (GtkContainer *container,
+ GtkWidget *child,
+ const gchar *property_name);
/**
* GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID: