Zrythm
a highly automated and intuitive digital audio workstation
|
File import progress dialog. More...
Go to the source code of this file.
Data Structures | |
struct | FileImportProgressDialogWidget |
A progress dialog for file import. More... | |
Macros | |
#define | FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE (file_import_progress_dialog_get_type ()) |
Functions | |
G_DECLARE_FINAL_TYPE (FileImportProgressDialog, file_import_progress_dialog, Z, FILE_IMPORT_PROGRESS_DIALOG, AdwMessageDialog) | |
TYPEDEF_STRUCT_UNDERSCORED (FileImportInfo) | |
TYPEDEF_STRUCT_UNDERSCORED (FileImport) | |
FileImportProgressDialog * | file_import_progress_dialog_new (const char **filepaths, FileImportInfo *import_info, TracksReadyCallback tracks_ready_cb, GtkWidget *parent) |
Creates an instance of FileImportProgressDialog for the given array of filepaths (NULL-delimited). | |
void | file_import_progress_dialog_run (FileImportProgressDialog *self) |
Runs the dialog and imports each file asynchronously while presenting progress info. | |
File import progress dialog.
Definition in file file_import_progress_dialog.h.
#define FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE (file_import_progress_dialog_get_type ()) |
Definition at line 17 of file file_import_progress_dialog.h.