fm-gtk-file-launcher

fm-gtk-file-launcher

Synopsis

gboolean            fm_launch_files_simple              (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         GList *file_infos,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);
gboolean            fm_launch_file_simple               (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         FmFileInfo *file_info,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);
gboolean            fm_launch_paths_simple              (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         GList *paths,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);
gboolean            fm_launch_path_simple               (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         FmPath *path,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);

Description

Details

fm_launch_files_simple ()

gboolean            fm_launch_files_simple              (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         GList *file_infos,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);

fm_launch_file_simple ()

gboolean            fm_launch_file_simple               (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         FmFileInfo *file_info,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);

fm_launch_paths_simple ()

gboolean            fm_launch_paths_simple              (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         GList *paths,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);

fm_launch_path_simple ()

gboolean            fm_launch_path_simple               (GtkWindow *parent,
                                                         GAppLaunchContext *ctx,
                                                         FmPath *path,
                                                         FmLaunchFolderFunc func,
                                                         gpointer user_data);