mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Add missing ownership transfer annotations
This commit is contained in:
parent
a1bbd25e12
commit
d4dcb43aa9
@ -179,7 +179,7 @@ gdk_app_launch_context_get_display_name (GAppLaunchContext *context,
|
||||
*
|
||||
* Gets the #GdkDispolat that @context is for.
|
||||
*
|
||||
* Returns: the display of @context
|
||||
* Returns: (transfer none): the display of @context
|
||||
*/
|
||||
GdkDisplay *
|
||||
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.
|
||||
*
|
||||
* Returns: the grab surface of @event
|
||||
* Returns: (transfer none): the grab surface of @event
|
||||
**/
|
||||
GdkSurface *
|
||||
gdk_grab_broken_event_get_grab_surface (GdkEvent *event)
|
||||
|
Loading…
Reference in New Issue
Block a user