Zrythm
a highly automated and intuitive digital audio workstation
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
e
f
g
i
m
p
r
t
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
Typedefs
Enumerations
a
b
c
e
f
g
i
k
m
n
p
r
s
t
u
z
Enumerator
a
u
z
Macros
_
a
b
c
d
e
f
h
i
k
m
p
r
s
t
u
v
z
▼
Zrythm
►
Documentation
►
Cyaml Schemas
GTK Tips
►
The Processing Cycle
repo-management
►
Release Checklist
►
Weblate Translations
Building on Windows
Building on Windows (MSVC)
CONTRIBUTING
HACKING
Git Packaging Hooks
Deprecated List
►
Topics
►
Data Structures
▼
Files
►
File List
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
project_init_flow_manager.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: © 2023 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10
#ifndef __PROJECT_PROJECT_INIT_FLOW_MANAGER_H__
11
#define __PROJECT_PROJECT_INIT_FLOW_MANAGER_H__
12
13
#include "zrythm-config.h"
14
25
typedef
void (
26
*
ProjectInitDoneCallback
) (
bool
success, GError * error,
void
* user_data);
27
40
void
41
project_init_flow_manager_load_or_create_default_project
(
42
const
char
* filename,
43
const
bool
is_template,
44
ProjectInitDoneCallback
cb,
45
void
* user_data);
46
51
#endif
project_init_flow_manager_load_or_create_default_project
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.
ProjectInitDoneCallback
void(* ProjectInitDoneCallback)(bool success, GError *error, void *user_data)
Callback to call when project initialization (loading or creating new) finishes.
Definition
project_init_flow_manager.h:26
project
project_init_flow_manager.h
Generated by
1.11.0