Home
last modified time | relevance | path

Searched refs:system_example_open_with_check (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dfile.h27 void system_example_open_with_check (GtkAction * action, DenemoScriptParam * param);
H A Dfile.c708 system_example_open_with_check (GtkAction * action, DenemoScriptParam * param) in system_example_open_with_check() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h218 …_("Open Example"), _("Start a new score from a built-in example"), system_example_open_with_check);
H A Dentries.h234 …), "",N_("Start a new score from a built-in example"),G_CALLBACK (system_example_open_with_check)},
H A Dscheme_cb.h653 return scheme_call_callback(optional, system_example_open_with_check); in scheme_OpenExample()