fm-progress-dlg

fm-progress-dlg

Synopsis

                    FmProgressDisplay;
FmProgressDisplay * fm_file_ops_job_run_with_progress   (GtkWindow *parent,
                                                         FmFileOpsJob *job);

Description

Details

FmProgressDisplay

typedef struct _FmProgressDisplay FmProgressDisplay;

fm_file_ops_job_run_with_progress ()

FmProgressDisplay * fm_file_ops_job_run_with_progress   (GtkWindow *parent,
                                                         FmFileOpsJob *job);

parent: parent window to show dialog job: job descriptor to run

Returns :

progress data: not usable; caller should not free it either. Run the file operation job with a progress dialog. The returned data structure will be freed in idle handler automatically when it's not needed anymore. NOTE: INCONSISTENCY: it takes a reference from job