forked from AuroraMiddleware/gtk
window: Fix annotations in get_size and get_position
This commit is contained in:
parent
0ebd8840a8
commit
5fb27e2bd7
@ -5257,8 +5257,8 @@ gtk_window_resize (GtkWindow *window,
|
|||||||
/**
|
/**
|
||||||
* gtk_window_get_size:
|
* gtk_window_get_size:
|
||||||
* @window: a #GtkWindow
|
* @window: a #GtkWindow
|
||||||
* @width: (out) (nullable): return location for width, or %NULL
|
* @width: (out) (optional): return location for width, or %NULL
|
||||||
* @height: (out) (nullable): return location for height, or %NULL
|
* @height: (out) (optional): return location for height, or %NULL
|
||||||
*
|
*
|
||||||
* Obtains the current size of @window.
|
* Obtains the current size of @window.
|
||||||
*
|
*
|
||||||
@ -5558,9 +5558,9 @@ gtk_window_move (GtkWindow *window,
|
|||||||
/**
|
/**
|
||||||
* gtk_window_get_position:
|
* gtk_window_get_position:
|
||||||
* @window: a #GtkWindow
|
* @window: a #GtkWindow
|
||||||
* @root_x: (out) (allow-none): return location for X coordinate of
|
* @root_x: (out) (optional): return location for X coordinate of
|
||||||
* gravity-determined reference point, or %NULL
|
* gravity-determined reference point, or %NULL
|
||||||
* @root_y: (out) (allow-none): return location for Y coordinate of
|
* @root_y: (out) (optional): return location for Y coordinate of
|
||||||
* gravity-determined reference point, or %NULL
|
* gravity-determined reference point, or %NULL
|
||||||
*
|
*
|
||||||
* This function returns the position you need to pass to
|
* This function returns the position you need to pass to
|
||||||
|
Loading…
Reference in New Issue
Block a user