mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
box: Mark out params of _query_packing as (optional)
This commit is contained in:
parent
a829929a41
commit
76ff53193a
@ -2290,11 +2290,11 @@ gtk_box_reorder_child (GtkBox *box,
|
||||
* gtk_box_query_child_packing:
|
||||
* @box: a #GtkBox
|
||||
* @child: the #GtkWidget of the child to query
|
||||
* @expand: (out): pointer to return location for expand child
|
||||
* @expand: (out) (optional): pointer to return location for expand child
|
||||
* property
|
||||
* @fill: (out): pointer to return location for fill child
|
||||
* @fill: (out) (optional): pointer to return location for fill child
|
||||
* property
|
||||
* @pack_type: (out): pointer to return location for pack-type
|
||||
* @pack_type: (out) (optional): pointer to return location for pack-type
|
||||
* child property
|
||||
*
|
||||
* Obtains information about how @child is packed into @box.
|
||||
|
Loading…
Reference in New Issue
Block a user