bork cedric.. bork. accessing internal symbols/apis without exposing

them! you should check over this and probably provide a correct/formal
way to access them. for now EAPI quickly in.



SVN revision: 50945
This commit is contained in:
Carsten Haitzler 2010-08-09 22:01:08 +00:00
parent 7d69e96bfe
commit f0c303a5d7
2 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@ _edje_description_variant_type_set(const char *type, void *data, Eina_Bool unkno
return EINA_FALSE;
}
void
EAPI void
_edje_edd_shutdown(void)
{
FREED(_edje_edd_edje_file);
@ -192,7 +192,7 @@ _edje_edd_shutdown(void)
EET_DATA_DESCRIPTOR_ADD_SUB(_edje_edd_edje_##Name##_pointer, Edje_##Type##_Pointer, "pointer", pointer, _edje_edd_edje_##Name); \
}
void
EAPI void
_edje_edd_init(void)
{
Eet_Data_Descriptor_Class eddc;

View File

@ -4909,7 +4909,7 @@ edje_edit_program_insert(Edje *ed, Edje_Program *p)
(*array)[(*count)++] = p;
}
Eina_Bool
EAPI Eina_Bool
edje_program_is_strncmp(const char *str)
{
unsigned int length;
@ -4924,7 +4924,7 @@ edje_program_is_strncmp(const char *str)
return EINA_TRUE;
}
Eina_Bool
EAPI Eina_Bool
edje_program_is_strrncmp(const char *str)
{
if (*str != '*' && *str != '?')