Add missing ownership transfer annotations
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user