forked from AuroraMiddleware/gtk
widget: Annotate out params of _translate_coordinates as optional
This commit is contained in:
parent
5a2feab8c0
commit
033c6c82d0
@ -6252,8 +6252,8 @@ gtk_widget_common_ancestor (GtkWidget *widget_a,
|
||||
* @dest_widget: a #GtkWidget
|
||||
* @src_x: X position relative to @src_widget
|
||||
* @src_y: Y position relative to @src_widget
|
||||
* @dest_x: (out): location to store X position relative to @dest_widget
|
||||
* @dest_y: (out): location to store Y position relative to @dest_widget
|
||||
* @dest_x: (out) (optional): location to store X position relative to @dest_widget
|
||||
* @dest_y: (out) (optional): location to store Y position relative to @dest_widget
|
||||
*
|
||||
* Translate coordinates relative to @src_widget’s allocation to coordinates
|
||||
* relative to @dest_widget’s allocations. In order to perform this
|
||||
|
Loading…
Reference in New Issue
Block a user