Home
last modified time | relevance | path

Searched refs:gkrellm_homedir (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dutils.c213 gkrellm_homedir(void) in gkrellm_homedir() function
229 dir = g_build_path(G_DIR_SEPARATOR_S, gkrellm_homedir(), subdir, NULL); in gkrellm_make_home_subdir()
H A Dwin32-plugin.c327 gkrellm_callbacks.gkrellm_homedir = gkrellm_homedir; in win32_init_callbacks()
H A Dplugins.c1050 path = gkrellm_make_config_file_name(gkrellm_homedir(), in load_plugins_placement_file()
1077 path = gkrellm_make_config_file_name(gkrellm_homedir(), in save_plugins_placement_file()
1112 path = gkrellm_make_config_file_name(gkrellm_homedir(),PLUGIN_ENABLE_FILE); in load_plugins_enable_file()
1139 path = gkrellm_make_config_file_name(gkrellm_homedir(), in save_plugins_enable_file()
1261 path = g_strconcat(gkrellm_homedir(), G_DIR_SEPARATOR_S, in gkrellm_plugins_load()
H A Dgui.c1432 theme_dir = g_build_filename(gkrellm_homedir(), GKRELLM_THEMES_DIR, NULL); in gkrellm_make_themes_list()
1436 theme_dir = g_build_filename(gkrellm_homedir(), ".themes", NULL); in gkrellm_make_themes_list()
1577 path = gkrellm_make_config_file_name(gkrellm_homedir(), in gkrellm_save_theme_config()
1610 path = gkrellm_make_config_file_name(gkrellm_homedir(), in gkrellm_load_theme_config()
1626 gkrellm_homedir(), GKRELLM_THEMES_DIR, s); in gkrellm_load_theme_config()
1994 gkrellm_homedir(), GKRELLM_THEMES_DIR); in create_theme_tab()
H A Dmain.c1745 t = gkrellm_make_config_file_name(gkrellm_homedir(), in check_gkrellm_directories()
1747 u = gkrellm_make_config_file_name(gkrellm_homedir(), in check_gkrellm_directories()
1752 u = gkrellm_make_config_file_name(gkrellm_homedir(), in check_gkrellm_directories()
H A Dsensors.c1744 config = gkrellm_make_config_file_name(gkrellm_homedir(), buf); in save_sensors_config()
1925 config = gkrellm_make_config_file_name(gkrellm_homedir(), buf); in read_sensors_config()
1932 config = gkrellm_make_config_file_name(gkrellm_homedir(), buf); in read_sensors_config()
H A Dwin32-libgkrellm.c1202 gchar *gkrellm_homedir(void)
1204 return (*(callbacks->gkrellm_homedir))();
H A Dgkrellm-public-proto.h548 gchar *gkrellm_homedir(void);
H A Dwin32-plugin.h414 gchar *(*gkrellm_homedir)(void); member
H A Dconfig.c2312 config = gkrellm_make_config_file_name(gkrellm_homedir(),
2431 config = gkrellm_make_config_file_name(gkrellm_homedir(),
H A Dmail.c2704 account->path = g_strdup_printf("%s%s", gkrellm_homedir(),
2735 account->path = g_strdup_printf("%s%s", gkrellm_homedir(),
H A Dnet.c843 gkrellm_homedir(), GKRELLM_DIR, PPP_LOCK_FILE); in get_connect_state()
/dports/misc/gkrellshoot2/gkrellShoot-0.4.4/
H A Dgkrellshoot.c2270 sprintf( save_dir,"%s", gkrellm_homedir() ); in read_default()