[gi] add Virtual annotation for gtk_container_forall vfunc

This commit is contained in:
John (J5) Palmieri 2011-03-16 10:41:15 -04:00
parent 927f1344b5
commit 3938d3c2e4

View File

@ -1877,7 +1877,7 @@ gtk_container_class_handle_border_width (GtkContainerClass *klass)
/**
* gtk_container_forall:
* @container: a #GtkContainer
* @callback: (scope call): a callback
* @callback: (scope call) (closure callback_data): a callback
* @callback_data: callback user data
*
* Invokes @callback on each child of @container, including children
@ -1886,6 +1886,8 @@ gtk_container_class_handle_border_width (GtkContainerClass *klass)
* of the container, but were added by the container implementation
* itself. Most applications should use gtk_container_foreach(),
* rather than gtk_container_forall().
*
* Virtual: forall
**/
void
gtk_container_forall (GtkContainer *container,