g_desktop_app_info_launch_uris_as_manager: Fix parameter naming

This makes introspection happier.
This commit is contained in:
Colin Walters 2011-01-05 13:49:20 -05:00
parent 9be6da9448
commit 0b59cf6566

View File

@ -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);