mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
widget: Fix variable names
Stop docs build from complaining
This commit is contained in:
parent
374467c11c
commit
ebea84474d
@ -11481,7 +11481,7 @@ gtk_widget_get_own_allocation (GtkWidget *widget,
|
||||
* gtk_widget_compute_bounds:
|
||||
* @widget: the #GtkWidget to query
|
||||
* @target: the #GtkWidget
|
||||
* @bounds: (out caller-allocates): the rectangle taking the bounds
|
||||
* @out_bounds: (out caller-allocates): the rectangle taking the bounds
|
||||
*
|
||||
* Computes the bounds for @widget in the coordinate space of @target.
|
||||
* FIXME: Explain what "bounds" are.
|
||||
|
@ -624,7 +624,7 @@ void gtk_widget_get_allocation (GtkWidget *widget,
|
||||
GtkAllocation *allocation);
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
gboolean gtk_widget_compute_bounds (GtkWidget *widget,
|
||||
GtkWidget *other,
|
||||
GtkWidget *target,
|
||||
graphene_rect_t *out_bounds);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user