mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
g_desktop_app_info_launch_uris_as_manager: Fix parameter naming
This makes introspection happier.
This commit is contained in:
parent
9be6da9448
commit
0b59cf6566
@ -111,9 +111,9 @@ gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo
|
|||||||
GList *uris,
|
GList *uris,
|
||||||
GAppLaunchContext *launch_context,
|
GAppLaunchContext *launch_context,
|
||||||
GSpawnFlags spawn_flags,
|
GSpawnFlags spawn_flags,
|
||||||
GSpawnChildSetupFunc setup,
|
GSpawnChildSetupFunc user_setup,
|
||||||
gpointer user_setup_data,
|
gpointer user_setup_data,
|
||||||
GDesktopAppLaunchCallback callback,
|
GDesktopAppLaunchCallback pid_callback,
|
||||||
gpointer pid_callback_data,
|
gpointer pid_callback_data,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user