pub unsafe extern "C" fn g_desktop_app_info_launch_uris_as_manager_with_fds(
appinfo: *mut GDesktopAppInfo,
uris: *mut GList,
launch_context: *mut GAppLaunchContext,
spawn_flags: GSpawnFlags,
user_setup: GSpawnChildSetupFunc,
user_setup_data: gpointer,
pid_callback: GDesktopAppLaunchCallback,
pid_callback_data: gpointer,
stdin_fd: c_int,
stdout_fd: c_int,
stderr_fd: c_int,
error: *mut *mut GError,
) -> gboolean
Available on crate feature
v2_58
only.