use stringshare return type

SVN revision: 81523
This commit is contained in:
Mike Blumenkrantz 2012-12-21 09:03:30 +00:00
parent cb0c3ed147
commit e049fbf4ee
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ e_path_user_path_clear(E_Path *ep)
_e_path_cache_free(ep);
}
EAPI const char *
EAPI Eina_Stringshare *
e_path_find(E_Path *ep, const char *file)
{
Eina_List *l;

View File

@ -36,7 +36,7 @@ EAPI void e_path_user_path_append(E_Path *ep, const char *path);
EAPI void e_path_user_path_prepend(E_Path *ep, const char *path);
EAPI void e_path_user_path_remove(E_Path *ep, const char *path);
EAPI void e_path_user_path_clear(E_Path *ep);
EAPI const char *e_path_find(E_Path *ep, const char *file);
EAPI Eina_Stringshare *e_path_find(E_Path *ep, const char *file);
EAPI void e_path_evas_append(E_Path *ep, Evas *evas);
EAPI Eina_List *e_path_dir_list_get(E_Path *ep);
EAPI void e_path_dir_list_free(Eina_List *dir_list);