app_info_event_e is not used anymore.
Change-Id: Ica986e0ac18ba476f1ba1ad765954c782c1b8f9a
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
*/
typedef bool (*app_info_metadata_cb) (const char *metadata_key, const char *metadata_value, void *user_data);
-/**
- * @brief Enumeration for Application Information Event.
- * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- */
-typedef enum {
- APP_INFO_EVENT_INSTALLED, /**< The application is newly installed */
- APP_INFO_EVENT_UNINSTALLED, /**< The application is uninstalled */
- APP_INFO_EVENT_UPDATED, /**< The application is updated */
-} app_info_event_e;
-
/**
* @brief Creates the application information handle.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif