]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcontainer.h
Add gtk_container_child_notify
[~andy/gtk] / gtk / gtkcontainer.h
index b21e2d827badb9cb293d2d4f46a2fae38f53ca6e..a19d90f9d1bf58b9f5f09545d176d9aa8b968c28 100644 (file)
@@ -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: