summaryrefslogtreecommitdiff
path: root/gtk/gtkcontainer.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 19:54:48 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 12:41:16 -0500
commit62b47774eaaff6aac49b95cd7ec4301d1b2efac8 (patch)
tree8e95657926a273eee519e83d67fe921f24345cb5 /gtk/gtkcontainer.h
parent50ab5783f61aa8456edb3c37e9aa27e812d992ff (diff)
downloadgtk+-62b47774eaaff6aac49b95cd7ec4301d1b2efac8.tar.gz
docs: add missing method
Diffstat (limited to 'gtk/gtkcontainer.h')
-rw-r--r--gtk/gtkcontainer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h
index 56db9f7687..fdeed7b3f1 100644
--- a/gtk/gtkcontainer.h
+++ b/gtk/gtkcontainer.h
@@ -66,6 +66,7 @@ struct _GtkContainer
* @child_type: Returns the type of the children supported by the container.
* @composite_name: Gets a widget's composite name. Deprecated: 3.10.
* @set_child_property: Set a property on a child of container.
+ * @get_child_property: Get a property from a child of container.
* @get_path_for_child: Get path representing entire widget hierarchy
* from the toplevel down to and including @child.
*