diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-26 10:29:59 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-26 10:29:59 +0000 |
commit | 303e20226c6a82b3ed8097de42d87e61b529e2ba (patch) | |
tree | 75814b98a60fcb8911f63316094005db4072dc0e /gtk/gtkdropcontrollermotion.c | |
parent | 3c2312a2dd9ec2fba7074194f162bb2f9c625d81 (diff) | |
download | gtk+-303e20226c6a82b3ed8097de42d87e61b529e2ba.tar.gz |
Add missing ownership transfer annotations
Diffstat (limited to 'gtk/gtkdropcontrollermotion.c')
-rw-r--r-- | gtk/gtkdropcontrollermotion.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkdropcontrollermotion.c b/gtk/gtkdropcontrollermotion.c index 51199b729a..155675f5a2 100644 --- a/gtk/gtkdropcontrollermotion.c +++ b/gtk/gtkdropcontrollermotion.c @@ -367,7 +367,8 @@ gtk_drop_controller_motion_contains_pointer (GtkDropControllerMotion *self) * * Returns the value of the GtkDropControllerMotion:drop property. * - * Returns: The #GdkDrop currently happening within @self or %NULL if none + * Returns: (transfer none) (nullable): The #GdkDrop currently happening + * within @self or %NULL if none */ GdkDrop * gtk_drop_controller_motion_get_drop (GtkDropControllerMotion *self) |