From a43c128c4bfe96ea35225cf1fb551c0cb8c5ac4a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 9 Aug 2005 22:56:42 +0000 Subject: Handle also EVOLUTION_LIBEXECDIR, EVOLUTION_SOUNDDIR and 2005-08-10 Tor Lillqvist * e-util-private.h: Handle also EVOLUTION_LIBEXECDIR, EVOLUTION_SOUNDDIR and EVOLUTION_ETSPECDIR. svn path=/trunk/; revision=30062 --- e-util/e-util-private.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'e-util/e-util-private.h') diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index 407e9d181d..16447a1117 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -31,6 +31,7 @@ const char *_e_get_localedir (void) G_GNUC_CONST; const char *_e_get_gladedir (void) G_GNUC_CONST; const char *_e_get_helpdir (void) G_GNUC_CONST; +const char *_e_get_etspecdir (void) G_GNUC_CONST; const char *_e_get_imagesdir (void) G_GNUC_CONST; const char *_e_get_iconsdir (void) G_GNUC_CONST; const char *_e_get_category_icons (void) G_GNUC_CONST; @@ -38,6 +39,8 @@ const char *_e_get_plugindir (void) G_GNUC_CONST; const char *_e_get_privdatadir (void) G_GNUC_CONST; const char *_e_get_search_rule_dir (void) G_GNUC_CONST; const char *_e_get_galviewsdir (void) G_GNUC_CONST; +const char *_e_get_libexecdir (void) G_GNUC_CONST; +const char *_e_get_sounddir (void) G_GNUC_CONST; #undef EVOLUTION_LOCALEDIR #define EVOLUTION_LOCALEDIR _e_get_localedir () @@ -75,6 +78,12 @@ const char *_e_get_galviewsdir (void) G_GNUC_CONST; #undef EVOLUTION_GALVIEWSDIR #define EVOLUTION_GALVIEWSDIR _e_get_galviewsdir () +#undef EVOLUTION_LIBEXECDIR +#define EVOLUTION_LIBEXECDIR _e_get_libexecdir () + +#undef EVOLUTION_SOUNDDIR +#define EVOLUTION_SOUNDDIR _e_get_sounddir () + #endif /* G_OS_WIN32 */ #endif /* _E_UTIL_PRIVATE_H_ */ -- cgit