[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGio2' (#lcl)

g_desktop_app_info_launch_uris_as_manager_with_fds

Declaration

Source position: lazgio2.pas line 7704

function g_desktop_app_info_launch_uris_as_manager_with_fds(

  appinfo: PGDesktopAppInfo;

  uris: PGList;

  launch_context: PGAppLaunchContext;

  spawn_flags: TGSpawnFlags;

  user_setup: TGSpawnChildSetupFunc;

  user_setup_data: gpointer;

  pid_callback: TGDesktopAppLaunchCallback;

  pid_callback_data: gpointer;

  stdin_fd: gint;

  stdout_fd: gint;

  stderr_fd: gint;

  error: PPGError

):gboolean;