Home
last modified time | relevance | path

Searched refs:dataformat_get_from_inifile (Results 1 – 6 of 6) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddataformat.h76 gboolean dataformat_get_from_inifile(gchar *ini_prefix, gboolean full,
H A Drawdialog.c69 dataformat_get_from_inifile("rawDialog",TRUE,&fmt); in rawdialog_execute()
H A Dformatselector.c212 if (dataformat_get_from_inifile(ini_prefix,fs->channel_combo!=NULL,&fmt)) in format_selector_set_from_inifile()
H A Drecorddialog.c82 if (!dataformat_get_from_inifile(s3,TRUE,&(rf->fmt))) { in build_preset_list()
1012 if (dataformat_get_from_inifile("lastRecordFormat",TRUE,&df)) in record_dialog_init()
H A Dmain.c214 dataformat_get_from_inifile("playerFallback",TRUE, in main()
H A Ddataformat.c99 gboolean dataformat_get_from_inifile(gchar *ini_prefix, gboolean full, in dataformat_get_from_inifile() function