export those symbols, they are harmless and will help tests.
SVN revision: 82239
lib/efreet/libefreet_mime.la
tests_efreet_efreet_test_SOURCES = \
-tests/efreet/ef_test.h \
tests/efreet/ef_data_dirs.c \
+tests/efreet/ef_desktop.c \
tests/efreet/ef_icon_theme.c \
tests/efreet/ef_ini.c \
-tests/efreet/ef_utils.c \
-tests/efreet/ef_desktop.c \
+tests/efreet/ef_locale.c \
tests/efreet/ef_menu.c \
tests/efreet/ef_mime.c \
+tests/efreet/ef_test.h \
+tests/efreet/ef_utils.c \
tests/efreet/main.c
# efreet_spec_test
tests_efreet_efreet_suite_SOURCES = \
tests/efreet/efreet_suite.c \
+tests/efreet/efreet_suite.h \
tests/efreet/efreet_test_efreet.c \
tests/efreet/efreet_test_efreet_cache.c
const char *efreet_home_dir_get(void);
void efreet_dirs_reset(void);
-const char *efreet_lang_get(void);
-const char *efreet_lang_country_get(void);
-const char *efreet_lang_modifier_get(void);
+EAPI const char *efreet_lang_get(void);
+EAPI const char *efreet_lang_country_get(void);
+EAPI const char *efreet_lang_modifier_get(void);
EAPI const char *efreet_language_get(void);
size_t efreet_array_cat(char *buffer, size_t size, const char *strs[]);
#include "Efreet.h"
-#include "efreet_private.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int ef_cb_ini_parse(void);
int ef_cb_ini_long_line(void);
int ef_cb_ini_garbage(void);
-#if DEFAULT_VISIBILITY
int ef_cb_locale(void);
-#endif
int ef_cb_desktop_parse(void);
int ef_cb_desktop_save(void);
int ef_cb_desktop_command_get(void);
{"INI Parsing", ef_cb_ini_parse},
{"INI Long Line Parsing", ef_cb_ini_long_line},
{"INI Garbage Parsing", ef_cb_ini_garbage},
-#if DEFAULT_VISIBILITY
{"Locale Parsing", ef_cb_locale},
-#endif
{"Desktop Parsing", ef_cb_desktop_parse},
{"Desktop Type Parsing", ef_cb_desktop_type_parse},
{"Desktop Save", ef_cb_desktop_save},