diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index b16d578fe..1792c4200 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -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; +} diff --git a/src/bin/e_fm.h b/src/bin/e_fm.h index 9637f7064..4677eb18f 100644 --- a/src/bin/e_fm.h +++ b/src/bin/e_fm.h @@ -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