Home
last modified time | relevance | path

Searched refs:inifile_get (Results 1 – 25 of 31) sorted by relevance

12

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dinifile.c108 gchar *inifile_get(gchar *setting, gchar *defaultValue) in inifile_get() function
120 c = inifile_get(setting, NULL); in inifile_get_guint32()
133 c = inifile_get(setting, NULL); in inifile_get_gint32()
146 c = inifile_get(setting,NULL); in inifile_get_gfloat()
158 c = inifile_get(setting, NULL); in inifile_get_gboolean()
H A Dsound-oss.c159 fname = inifile_get(OSS_PCMFILE_PLAYBACK,OSS_PCMFILE_DEFAULT); in oss_try_format()
161 fname = inifile_get(OSS_PCMFILE_RECORD, fname); in oss_try_format()
453 q = inifile_get(OSS_PCMFILE_PLAYBACK,OSS_PCMFILE_DEFAULT); in oss_preferences()
462 gtk_entry_set_text(GTK_ENTRY(d),inifile_get(OSS_PCMFILE_RECORD,q)); in oss_preferences()
H A Dinifile.h73 gchar *inifile_get(gchar *setting, gchar *defaultValue);
H A Dsound-alsalib.c83 gtk_entry_set_text(GTK_ENTRY(c),inifile_get("ALSAPlayDevice","default")); in alsa_show_preferences()
88 gtk_entry_set_text(GTK_ENTRY(c),inifile_get("ALSARecDevice","hw")); in alsa_show_preferences()
117 devname = inifile_get(devini,"default"); in alsa_open_rw()
H A Dtempfile.c222 if (inifile_get(d,NULL) == NULL) break; in set_temp_directories()
235 c = inifile_get("tempDir1",NULL); in get_temp_directory()
251 c = inifile_get(d,NULL); in get_temp_directory()
H A Dhistorybox.c51 d = inifile_get(c,NULL); in load_history()
H A Drecorddialog.c66 if (inifile_get("recordFormat1",NULL) == NULL && in build_preset_list()
67 inifile_get("recordFormat1_Name",NULL) == NULL) { in build_preset_list()
73 s2 = inifile_get(s1,NULL); in build_preset_list()
77 s2 = inifile_get(s1,NULL); in build_preset_list()
1008 s1 = inifile_get("lastRecordFormat",NULL); in record_dialog_init()
H A Dgtkfiles.c364 c = inifile_get("fileGeometry",NULL); in get_filename()
423 c = inifile_get("dirGeometry",NULL); in get_directory()
525 d = inifile_get(geom_setting,NULL); in get_filename_main()
H A Dsound-jack.c80 mhjack.client_name = g_strdup(inifile_get("jackClientName","mhwe")); in mhjack_read_config()
89 d = inifile_get(c,NULL); in mhjack_read_config()
95 d = inifile_get(c,NULL); in mhjack_read_config()
H A Dmain.c443 d = inifile_get(color_inifile_entry[i],NULL); in set_custom_colors()
498 m = inifile_get(INI_SETTING_MIXER,INI_SETTING_MIXER_DEFAULT); in launch_mixer()
1093 c = inifile_get(ininame,NULL); in geometry_stack_from_inifile()
H A Deffectbrowser.c672 if (inifile_get("effectBrowserOrder0",NULL) == NULL) { in add_list_widget_items()
681 d = inifile_get(c,NULL); in add_list_widget_items()
897 effect = inifile_get("lastEffect","Bvolume"); in effect_browser_new_with_effect()
H A Dsound.c352 c = inifile_get(INI_SETTING_SOUNDDRIVER, DEFAULT_DRIVER); in sound_init()
H A Dmainwindow.c119 d = inifile_get(c,NULL); in load_recent()
284 lsf = inifile_get("lastSaveFile",NULL); in get_save_filename()
287 if (lsf == NULL) lsf = inifile_get("lastOpenFile",NULL); in get_save_filename()
794 c = inifile_get("lastOpenFile",NULL); in file_open()
795 if (c == NULL) c = inifile_get("lastSaveFile",NULL); in file_open()
H A Dfiletypes.c1182 p = inifile_get("mp3_EncodingType",type_strings[0]); in mp3_get_settings()
1187 p = inifile_get("mp3_EncodingArg",""); in mp3_get_settings()
H A Dconfigdialog.c529 gtk_entry_set_text(cd->mixer_utility,inifile_get(INI_SETTING_MIXER, in config_dialog_init()
833 if (!strcmp(inifile_get(INI_SETTING_SOUNDDRIVER,DEFAULT_DRIVER),"auto")) { in config_dialog_init()
/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dprefs.c99 strncpy0(oldpal, inifile_get(DEFAULT_PAL_INI, ""), PATHBUF); in prefs_evt()
100 strncpy0(oldpat, inifile_get(DEFAULT_PAT_INI, ""), PATHBUF); in prefs_evt()
116 if (strcmp(oldpal, p = inifile_get(DEFAULT_PAL_INI, ""))) in prefs_evt()
118 if (strcmp(oldpat, p = inifile_get(DEFAULT_PAT_INI, ""))) in prefs_evt()
354 0, !!script_cmds, txt, inifile_get("masterPattern", ""), in pressed_preferences()
366 char *cur = inifile_get("languageSETTING", "system"); in pressed_preferences()
H A Dspawn.c540 comm = inifile_get(txt,""); in pressed_file_action()
542 dir = inifile_get(txt,""); in pressed_file_action()
594 nm = inifile_get(txt, ""); in update_faction_menu()
597 cm = inifile_get(txt, ""); in update_faction_menu()
651 inifile_get(txt, row_def[i][j]); in init_factions()
725 s = inifile_get(txt, ""); in pressed_file_configure()
H A Dfont.c904 inifile_get( "textString", "" ), in render_to_1bpp()
905 strlen( inifile_get( "textString", "" ) ), in render_to_1bpp()
906 inifile_get( "lastTextFilename", "" ), in render_to_1bpp()
979 dirs[i] = inifile_get( buf, "" ); in font_gui_create_index()
1034 char *last_font_name = inifile_get("lastFontName", ""); in collect_fontnames()
1095 char *last_font_style = inifile_get("lastFontStyle", ""); in collect_fontstyles()
1215 char *last_filename = inifile_get("lastTextFilename", ""); in collect_fontfiles()
1284 gtkuncpy(buf2, inifile_get(buf2, ""), sizeof(buf2)); in collect_dirnames()
1316 inifile_set(buf, inifile_get(buf2, "")); in click_font_dir_btn()
1660 tdata.text = inifile_get("textString", __("Enter Text Here")); in pressed_mt_text()
H A Dinifile.h85 char *inifile_get(char *setting, char *defaultValue);
H A Dmain.c438 if (!cmd_mode) init_css(inifile_get(DEFAULT_CSS_INI, "")); in main()
442 char *theme = inifile_get(DEFAULT_THEME_INI, ""); in main()
H A Dviewer.c1149 texteng_dd td = { inifile_get("textString", ""), in render_text()
1150 inifile_get("lastTextFont", ""), in render_text()
1265 text_dd tdata = { { inifile_get("lastTextFont", in pressed_text()
1267 inifile_get("textString", __("Enter Text Here")) }, in pressed_text()
H A Dinifile.c1002 ini = inifile_get("userINI", user_ini); in inifile_init()
1027 char *inifile_get(char *setting, char *defaultValue) in inifile_get() function
H A Dmainwindow.c3806 res = wj_parse_argv(inifile_get(txt, "")); in launch_script()
3821 nm = inifile_get(txt, ns); in update_script_menu()
3824 sm = inifile_get(txt, ss); in update_script_menu()
4000 tdata.rows[i][0] = tdata.rows[i][2] = inifile_get(txt, ns); in pressed_script()
4002 tdata.rows[i][1] = tdata.rows[i][3] = inifile_get(txt, ss); in pressed_script()
4850 show_html(inifile_get(HANDBOOK_BROWSER_INI, NULL), in action_dispatch()
4851 inifile_get(HANDBOOK_LOCATION_INI, NULL)); in action_dispatch()
5853 strncpy0(mem_clip_file, inifile_get("clipFilename", txt), PATHBUF); in main_init()
5880 char *txt = inifile_get( "languageSETTING", "system" ), txt2[64]; in setup_language()
H A Dfpick.c996 inifile_get(txt, ""), PATHTXT); in fpick()
H A Dtoolbar.c935 if (!m) m = inifile_get("masterPattern", ""); in set_master_pattern()

12