Add missing ownership transfer annotations

This commit is contained in:
Emmanuele Bassi
2020-02-26 10:23:01 +00:00
parent a1bbd25e12
commit d4dcb43aa9
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ gdk_app_launch_context_get_display_name (GAppLaunchContext *context,
* *
* Gets the #GdkDispolat that @context is for. * Gets the #GdkDispolat that @context is for.
* *
* Returns: the display of @context * Returns: (transfer none): the display of @context
*/ */
GdkDisplay * GdkDisplay *
gdk_app_launch_context_get_display (GdkAppLaunchContext *context) gdk_app_launch_context_get_display (GdkAppLaunchContext *context)

View File

@@ -2101,7 +2101,7 @@ gdk_drag_event_get_drop (GdkEvent *event)
* *
* Extracts the grab surface from a grab broken event. * Extracts the grab surface from a grab broken event.
* *
* Returns: the grab surface of @event * Returns: (transfer none): the grab surface of @event
**/ **/
GdkSurface * GdkSurface *
gdk_grab_broken_event_get_grab_surface (GdkEvent *event) gdk_grab_broken_event_get_grab_surface (GdkEvent *event)