summaryrefslogtreecommitdiff
path: root/gdk/gdktoplevellayout.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-03 15:30:56 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-03 15:30:56 +0100
commit4e264a74be7c0028b9e6dd11596640e5bf7d38b5 (patch)
tree56e332f2aa0bce01c4a996cd654a28a439199655 /gdk/gdktoplevellayout.c
parentfb325afc79536c6c1547eb42e57fca1f9fa11b8b (diff)
downloadgtk+-4e264a74be7c0028b9e6dd11596640e5bf7d38b5.tar.gz
Annotation fixes
Match the arguments name in the declaration and the definition, and make sure we have the proper transfer annotations.
Diffstat (limited to 'gdk/gdktoplevellayout.c')
-rw-r--r--gdk/gdktoplevellayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktoplevellayout.c b/gdk/gdktoplevellayout.c
index 6aaf336280..c68d9c2eeb 100644
--- a/gdk/gdktoplevellayout.c
+++ b/gdk/gdktoplevellayout.c
@@ -293,7 +293,7 @@ gdk_toplevel_layout_get_fullscreen (GdkToplevelLayout *layout)
* Returns the monitor that the layout is fullscreening
* the surface on.
*
- * Returns: (nullable): the monitor on which @layout fullscreens
+ * Returns: (nullable) (transfer none): the monitor on which @layout fullscreens
*/
GdkMonitor *
gdk_toplevel_layout_get_fullscreen_monitor (GdkToplevelLayout *layout)