mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
[gi] add Virtual annotation for gtk_container_forall vfunc
This commit is contained in:
parent
927f1344b5
commit
3938d3c2e4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user