mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Merge branch 'mcatanzaro/gtk-show-uri-deprecated-for' into 'main'
Change recommended replacement for gtk_show_uri() See merge request GNOME/gtk!6093
This commit is contained in:
commit
8f6cc19fdb
@ -28,7 +28,7 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
GDK_DEPRECATED_IN_4_10_FOR(gtk_file_launcher_launch)
|
||||
GDK_DEPRECATED_IN_4_10_FOR(gtk_uri_launcher_launch)
|
||||
void gtk_show_uri_full (GtkWindow *parent,
|
||||
const char *uri,
|
||||
guint32 timestamp,
|
||||
@ -36,12 +36,12 @@ void gtk_show_uri_full (GtkWindow *parent,
|
||||
GAsyncReadyCallback callback,
|
||||
gpointer user_data);
|
||||
|
||||
GDK_DEPRECATED_IN_4_10_FOR(gtk_file_launcher_launch)
|
||||
GDK_DEPRECATED_IN_4_10_FOR(gtk_uri_launcher_launch)
|
||||
gboolean gtk_show_uri_full_finish (GtkWindow *parent,
|
||||
GAsyncResult *result,
|
||||
GError **error);
|
||||
|
||||
GDK_DEPRECATED_IN_4_10_FOR(gtk_file_launcher_launch)
|
||||
GDK_DEPRECATED_IN_4_10_FOR(gtk_uri_launcher_launch)
|
||||
void gtk_show_uri (GtkWindow *parent,
|
||||
const char *uri,
|
||||
guint32 timestamp);
|
||||
|
Loading…
Reference in New Issue
Block a user