From 033c6c82d0172a18723e672ff1dae7b921726f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 31 Jan 2016 00:01:31 +0100 Subject: [PATCH] widget: Annotate out params of _translate_coordinates as optional --- gtk/gtkwidget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 2c9f776e8a..7a05c5654f 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -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