fm-app-info

fm-app-info

Synopsis

gboolean            fm_app_info_launch                  (GAppInfo *appinfo,
                                                         GList *files,
                                                         GAppLaunchContext *launch_context,
                                                         GError **error);
gboolean            fm_app_info_launch_uris             (GAppInfo *appinfo,
                                                         GList *uris,
                                                         GAppLaunchContext *launch_context,
                                                         GError **error);
gboolean            fm_app_info_launch_default_for_uri  (const char *uri,
                                                         GAppLaunchContext *launch_context,
                                                         GError **error);
GAppInfo *          fm_app_info_create_from_commandline (const char *commandline,
                                                         const char *application_name,
                                                         GAppInfoCreateFlags flags,
                                                         GError **error);

Description

Details

fm_app_info_launch ()

gboolean            fm_app_info_launch                  (GAppInfo *appinfo,
                                                         GList *files,
                                                         GAppLaunchContext *launch_context,
                                                         GError **error);

fm_app_info_launch_uris ()

gboolean            fm_app_info_launch_uris             (GAppInfo *appinfo,
                                                         GList *uris,
                                                         GAppLaunchContext *launch_context,
                                                         GError **error);

fm_app_info_launch_default_for_uri ()

gboolean            fm_app_info_launch_default_for_uri  (const char *uri,
                                                         GAppLaunchContext *launch_context,
                                                         GError **error);

fm_app_info_create_from_commandline ()

GAppInfo *          fm_app_info_create_from_commandline (const char *commandline,
                                                         const char *application_name,
                                                         GAppInfoCreateFlags flags,
                                                         GError **error);