![]() |
![]() |
![]() |
Libfm Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gboolean fm_launch_desktop_entry_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,FmFileInfo *entry
,FmPathList *files
); gboolean fm_launch_file_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,FmFileInfo *file_info
,FmLaunchFolderFunc func
,gpointer user_data
); gboolean fm_launch_files_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,GList *file_infos
,FmLaunchFolderFunc func
,gpointer user_data
); gboolean fm_launch_path_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,FmPath *path
,FmLaunchFolderFunc func
,gpointer user_data
); gboolean fm_launch_paths_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,GList *paths
,FmLaunchFolderFunc func
,gpointer user_data
);
gboolean fm_launch_desktop_entry_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,FmFileInfo *entry
,FmPathList *files
);
Launches desktop entry. files
will be supplied to launch if entry
accepts arguments. If ctx
is NULL
then new context on the same
screen as parent
will be created for launching the application.
|
window to determine launch screen. [allow-none] |
|
launch context. [allow-none] |
|
desktop entry file to launch |
|
files to supply launch. [allow-none] |
Returns : |
TRUE if launch was succesful. |
Since 1.0.1
gboolean fm_launch_file_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,FmFileInfo *file_info
,FmLaunchFolderFunc func
,gpointer user_data
);
gboolean fm_launch_files_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,GList *file_infos
,FmLaunchFolderFunc func
,gpointer user_data
);
gboolean fm_launch_path_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,FmPath *path
,FmLaunchFolderFunc func
,gpointer user_data
);
gboolean fm_launch_paths_simple (GtkWindow *parent
,GAppLaunchContext *ctx
,GList *paths
,FmLaunchFolderFunc func
,gpointer user_data
);