Home
last modified time | relevance | path

Searched refs:cThemesDirPath (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-themes-manager.h107 void cairo_dock_set_paths (gchar *cRootDataDirPath, gchar *cExtraDirPath, gchar *cThemesDirPath, gc…
H A Dcairo-dock-themes-manager.c697 void cairo_dock_set_paths (gchar *cRootDataDirPath, gchar *cExtraDirPath, gchar *cThemesDirPath, gc… in cairo_dock_set_paths() argument
706 g_cThemesDirPath = cThemesDirPath; // le chemin vers le repertoire des themes. in cairo_dock_set_paths()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/
H A Dcairo-dock.c525 gchar *cThemesDirPath = g_strconcat (cRootDataDirPath, "/"CAIRO_DOCK_THEMES_DIR, NULL); in main() local
528 …cairo_dock_set_paths (cRootDataDirPath, cExtraDirPath, cThemesDirPath, cCurrentThemeDirPath, (gcha… in main()