widget: Annotate out params of _translate_coordinates as optional

This commit is contained in:
Timm Bäder 2016-01-31 00:01:31 +01:00
parent 5a2feab8c0
commit 033c6c82d0

View File

@ -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_widgets allocation to coordinates
* relative to @dest_widgets allocations. In order to perform this