#include "content_list.h"
#include "log.h"
+/* This APIs are not supported
+#define UG_LIFECYCLE_API_SUPPORTED
+*/
+
void _content_list_send_message(Eina_List *list, const char *key, const char *value, int is_ug)
_D("Fail to get the ui gadget");
continue;
}
-#if 0 /* This API is not included in the 3.0 */
+#ifdef UG_LIFECYCLE_API_SUPPORTED
ug_pause_ug(ui_gadget);
#endif
}
_D("Fail to get the ui gadget");
continue;
}
-#if 0 /* This API is not included in the 3.0 */
+#ifdef UG_LIFECYCLE_API_SUPPORTED
ug_resume_ug(ui_gadget);
#endif
}