add efm function for getting an editing icon

This commit is contained in:
Mike Blumenkrantz 2015-04-30 16:05:55 -04:00
parent 4dee742079
commit 9976e1610a
2 changed files with 7 additions and 0 deletions

View File

@ -11768,3 +11768,9 @@ error:
sd->menu = NULL;
}
EAPI E_Fm2_Icon *
e_fm2_icon_editing_get(Evas_Object *obj)
{
EFM_SMART_CHECK(NULL);
return sd->iop_icon;
}

View File

@ -222,5 +222,6 @@ EAPI int _e_fm2_client_mount(const char *udi, const char *mountpoin
EAPI int _e_fm2_client_unmount(const char *udi);
EAPI void _e_fm2_file_force_update(const char *path);
EAPI E_Fm2_Icon *e_fm2_icon_editing_get(Evas_Object *obj);
#endif
#endif