Change-Id: I9b69830246a1789ae8cb5f0e5de190de21e28176
#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;
}
-#ifdef UG_LIFECYCLE_API_SUPPORTED
ug_pause_ug(ui_gadget);
-#endif
}
}
}
_D("Fail to get the ui gadget");
continue;
}
-#ifdef UG_LIFECYCLE_API_SUPPORTED
ug_resume_ug(ui_gadget);
-#endif
}
}
}