diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-08 12:55:50 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-11 11:48:32 -0400 |
commit | 38d2458f53f2018029d648aa246e8bc90c6afdd6 (patch) | |
tree | 5aa64c4efb5f3908f719309ace6e5e8b38455baf /gdk/gdkdevicemanager.c | |
parent | 9187b6bae797b746e696ebdef00adfdd779c63df (diff) | |
download | gtk+-38d2458f53f2018029d648aa246e8bc90c6afdd6.tar.gz |
gdk: add many missing (nullable) return value annotations
https://bugzilla.gnome.org/show_bug.cgi?id=729834
Diffstat (limited to 'gdk/gdkdevicemanager.c')
-rw-r--r-- | gdk/gdkdevicemanager.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkdevicemanager.c b/gdk/gdkdevicemanager.c index a056b7a323..47d0292692 100644 --- a/gdk/gdkdevicemanager.c +++ b/gdk/gdkdevicemanager.c @@ -284,9 +284,9 @@ gdk_device_manager_get_property (GObject *object, * * Gets the #GdkDisplay associated to @device_manager. * - * Returns: (transfer none): the #GdkDisplay to which @device_manager is - * associated to, or #NULL. This memory is owned by GDK and - * must not be freed or unreferenced. + * Returns: (nullable) (transfer none): the #GdkDisplay to which + * @device_manager is associated to, or #NULL. This memory is + * owned by GDK and must not be freed or unreferenced. * * Since: 3.0 **/ |