mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
gdk: Fix some g-i annotations warnings
This commit is contained in:
parent
165dab8265
commit
b80942ec88
@ -1282,7 +1282,7 @@ gdk_display_notify_startup_complete (GdkDisplay *display,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gdk_display_get_startup_notification_id:
|
* gdk_display_get_startup_notification_id:
|
||||||
* @display: (type GdkX11Display): a #GdkDisplay
|
* @display: a #GdkDisplay
|
||||||
*
|
*
|
||||||
* Gets the startup notification ID for a Wayland display, or %NULL
|
* Gets the startup notification ID for a Wayland display, or %NULL
|
||||||
* if no ID has been defined.
|
* if no ID has been defined.
|
||||||
|
@ -83,12 +83,12 @@ const GValue * gdk_drop_read_value_finish (GdkDrop
|
|||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
GError **error);
|
GError **error);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
void gdk_drop_read_text_async (GdkDrop *drop,
|
void gdk_drop_read_text_async (GdkDrop *self,
|
||||||
GCancellable *cancellable,
|
GCancellable *cancellable,
|
||||||
GAsyncReadyCallback callback,
|
GAsyncReadyCallback callback,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
char * gdk_drop_read_text_finish (GdkDrop *drop,
|
char * gdk_drop_read_text_finish (GdkDrop *self,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user