Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
file_import_progress_dialog.h File Reference

File import progress dialog. More...

#include <stdbool.h>
#include "utils/types.h"
#include <adwaita.h>
Include dependency graph for file_import_progress_dialog.h:

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.
 

Detailed Description

File import progress dialog.

Definition in file file_import_progress_dialog.h.

Macro Definition Documentation

◆ FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE

#define FILE_IMPORT_PROGRESS_PROGRESS_DIALOG_TYPE    (file_import_progress_dialog_get_type ())

Definition at line 19 of file file_import_progress_dialog.h.