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

Project helper. More...

#include "zrythm-config.h"
Include dependency graph for project_init_flow_manager.h:

Go to the source code of this file.

Typedefs

typedef void(* ProjectInitDoneCallback) (bool success, GError *error, void *user_data)
 Callback to call when project initialization (loading or creating new) finishes.
 

Functions

void project_init_flow_manager_load_or_create_default_project (const char *filename, const bool is_template, ProjectInitDoneCallback cb, void *user_data)
 If filename set, it loads that, otherwise it loads the default project.
 

Detailed Description

Project helper.

Definition in file project_init_flow_manager.h.