Changes by ACR.
[platform/core/api/notification.git] / include / notification_noti.h
index 5aad159..733acff 100755 (executable)
@@ -46,22 +46,25 @@ int notification_noti_delete_group_by_group_id(const char *pkgname,
 int notification_noti_delete_group_by_priv_id(const char *pkgname, int priv_id);
 
 int notification_noti_get_by_priv_id(notification_h noti, char *pkgname, int priv_id);
+int notification_noti_get_by_tag(notification_h noti, char *pkgname, char* tag);
 
 int notification_noti_delete_by_priv_id(const char *pkgname, int priv_id);
 int notification_noti_delete_by_priv_id_get_changes(const char *pkgname, int priv_id, int *num_changes);
 
-notification_error_e notification_noti_get_count(notification_type_e type,
+int notification_noti_get_count(notification_type_e type,
                                                 const char *pkgname,
                                                 int group_id, int priv_id,
                                                 int *count);
 
-notification_error_e notification_noti_get_grouping_list(notification_type_e type,
+int notification_noti_get_grouping_list(notification_type_e type,
                                                         int count,
                                                         notification_list_h *list);
 
-notification_error_e notification_noti_get_detail_list(const char *pkgname,
+int notification_noti_get_detail_list(const char *pkgname,
                                                       int group_id,
                                                       int priv_id, int count,
                                                       notification_list_h *list);
 
+int notification_noti_check_tag(notification_h noti);
+
 #endif                         /* __NOTIFICATION_NOTI_H__ */