mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Annotate out argument for gdk_popup_layout_get_offset()
This commit is contained in:
parent
5a938ad83d
commit
9941799449
@ -300,10 +300,10 @@ gdk_popup_layout_set_offset (GdkPopupLayout *layout,
|
||||
/**
|
||||
* gdk_popup_layout_get_offset:
|
||||
* @layout: a #GdkPopupLayout
|
||||
* @dx: a pointer to where to store the delta x coordinate
|
||||
* @dy: a pointer to where to store the delta y coordinate
|
||||
* @dx: (out): return location for the delta X coordinate
|
||||
* @dy: (out): return location for the delta Y coordinate
|
||||
*
|
||||
* Get the delta the anchor rectangle is offset with
|
||||
* Retrieves the offset for the anchor rectangle.
|
||||
*/
|
||||
void
|
||||
gdk_popup_layout_get_offset (GdkPopupLayout *layout,
|
||||
|
Loading…
Reference in New Issue
Block a user