mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Merge branch 'btj-master-patch-30099' into 'master'
ConstraintGuide getters: annotate out parameters as such See merge request GNOME/gtk!4002
This commit is contained in:
commit
1b82de1797
@ -500,8 +500,8 @@ gtk_constraint_guide_set_min_size (GtkConstraintGuide *guide,
|
||||
/**
|
||||
* gtk_constraint_guide_get_min_size:
|
||||
* @guide: a `GtkConstraintGuide` object
|
||||
* @width: (nullable): return location for the minimum width
|
||||
* @height: (nullable): return location for the minimum height
|
||||
* @width: (out) (optional): return location for the minimum width
|
||||
* @height: (out) (optional): return location for the minimum height
|
||||
*
|
||||
* Gets the minimum size of @guide.
|
||||
*/
|
||||
@ -552,8 +552,8 @@ gtk_constraint_guide_set_nat_size (GtkConstraintGuide *guide,
|
||||
/**
|
||||
* gtk_constraint_guide_get_nat_size:
|
||||
* @guide: a `GtkConstraintGuide` object
|
||||
* @width: (nullable): return location for the natural width
|
||||
* @height: (nullable): return location for the natural height
|
||||
* @width: (out) (optional): return location for the natural width
|
||||
* @height: (out) (optional): return location for the natural height
|
||||
*
|
||||
* Gets the natural size of @guide.
|
||||
*/
|
||||
@ -604,8 +604,8 @@ gtk_constraint_guide_set_max_size (GtkConstraintGuide *guide,
|
||||
/**
|
||||
* gtk_constraint_guide_get_max_size:
|
||||
* @guide: a `GtkConstraintGuide` object
|
||||
* @width: (nullable): return location for the maximum width
|
||||
* @height: (nullable): return location for the maximum height
|
||||
* @width: (out) (optional): return location for the maximum width
|
||||
* @height: (out) (optional): return location for the maximum height
|
||||
*
|
||||
* Gets the maximum size of @guide.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user