[gtk/ebassi/for-master: 2/2] Annotate out argument for gdk_popup_layout_get_offset()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/for-master: 2/2] Annotate out argument for gdk_popup_layout_get_offset()
- Date: Tue, 17 Nov 2020 13:52:54 +0000 (UTC)
commit 9941799449f5cf3df2338a4170b37da1bb446084
Author: Emmanuele Bassi <ebassi gnome org>
Date: Tue Nov 17 13:52:15 2020 +0000
Annotate out argument for gdk_popup_layout_get_offset()
gdk/gdkpopuplayout.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkpopuplayout.c b/gdk/gdkpopuplayout.c
index e22017045d..0542bec811 100644
--- a/gdk/gdkpopuplayout.c
+++ b/gdk/gdkpopuplayout.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]