[gi] add Virtual annotation for gtk_container_forall vfunc
This commit is contained in:
@ -1877,7 +1877,7 @@ gtk_container_class_handle_border_width (GtkContainerClass *klass)
|
|||||||
/**
|
/**
|
||||||
* gtk_container_forall:
|
* gtk_container_forall:
|
||||||
* @container: a #GtkContainer
|
* @container: a #GtkContainer
|
||||||
* @callback: (scope call): a callback
|
* @callback: (scope call) (closure callback_data): a callback
|
||||||
* @callback_data: callback user data
|
* @callback_data: callback user data
|
||||||
*
|
*
|
||||||
* Invokes @callback on each child of @container, including children
|
* 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
|
* of the container, but were added by the container implementation
|
||||||
* itself. Most applications should use gtk_container_foreach(),
|
* itself. Most applications should use gtk_container_foreach(),
|
||||||
* rather than gtk_container_forall().
|
* rather than gtk_container_forall().
|
||||||
|
*
|
||||||
|
* Virtual: forall
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_container_forall (GtkContainer *container,
|
gtk_container_forall (GtkContainer *container,
|
||||||
|
Reference in New Issue
Block a user