diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-10 19:17:16 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-10 19:18:12 +0800 |
commit | a674eab94dd55978a6fa8db1fbe57bf419377f43 (patch) | |
tree | a59c00218fc0a278c223b10594671fc72a761f41 /e-util/e-util-private.h | |
parent | 92e1807bd758995edc6600856c3fb0a4ee546fdf (diff) | |
download | gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.gz gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.bz2 gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.lz gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.xz gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.tar.zst gsoc2013-evolution-a674eab94dd55978a6fa8db1fbe57bf419377f43.zip |
Update win32 directory relocation and some consistency cleanup
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r-- | e-util/e-util-private.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index 775895eba7..46d49428d1 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -47,10 +47,11 @@ const gchar *_e_get_imagesdir (void) G_GNUC_CONST; const gchar *_e_get_libdir (void) G_GNUC_CONST; const gchar *_e_get_libexecdir (void) G_GNUC_CONST; const gchar *_e_get_localedir (void) G_GNUC_CONST; +const gchar *_e_get_moduledir (void) G_GNUC_CONST; const gchar *_e_get_plugindir (void) G_GNUC_CONST; const gchar *_e_get_prefix (void) G_GNUC_CONST; const gchar *_e_get_privdatadir (void) G_GNUC_CONST; -const gchar *_e_get_search_rule_dir (void) G_GNUC_CONST; +const gchar *_e_get_ruledir (void) G_GNUC_CONST; const gchar *_e_get_sounddir (void) G_GNUC_CONST; const gchar *_e_get_sysconfdir (void) G_GNUC_CONST; const gchar *_e_get_toolsdir (void) G_GNUC_CONST; @@ -95,15 +96,15 @@ const gchar *_e_get_uidir (void) G_GNUC_CONST; #undef EVOLUTION_ICONSDIR #define EVOLUTION_ICONSDIR _e_get_iconsdir () -#undef EVOLUTION_IMAGES -#define EVOLUTION_IMAGES EVOLUTION_IMAGESDIR - #undef EVOLUTION_IMAGESDIR #define EVOLUTION_IMAGESDIR _e_get_imagesdir () #undef EVOLUTION_LIBEXECDIR #define EVOLUTION_LIBEXECDIR _e_get_libexecdir () +#undef EVOLUTION_MODULEDIR +#define EVOLUTION_MODULEDIR _e_get_moduledir () + #undef EVOLUTION_PLUGINDIR #define EVOLUTION_PLUGINDIR _e_get_plugindir () @@ -122,8 +123,8 @@ const gchar *_e_get_uidir (void) G_GNUC_CONST; #undef EVOLUTION_UIDIR #define EVOLUTION_UIDIR _e_get_uidir () -#undef SEARCH_RULE_DIR -#define SEARCH_RULE_DIR _e_get_search_rule_dir () +#undef EVOLUTION_RULEDIR +#define EVOLUTION_RULEDIR _e_get_ruledir () #endif /* G_OS_WIN32 */ |