summaryrefslogtreecommitdiff
path: root/include/notification_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notification_private.h')
-rw-r--r--include/notification_private.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/notification_private.h b/include/notification_private.h
index 06eca17..174c788 100644
--- a/include/notification_private.h
+++ b/include/notification_private.h
@@ -94,7 +94,8 @@ struct _notification {
int ongoing_duration; /* Ongoing duration time */
bool auto_remove;
notification_button_index_e default_button_index;
- int timeout;
+ int hide_timeout; /* Time for hide in banner */
+ int delete_timeout; /* Time for delete in view notification */
int text_input_max_length;
bool event_flag;
bool is_translation;
@@ -156,7 +157,8 @@ typedef enum notification_data_type {
NOTIFICATION_DATA_TYPE_ONGOING_DURATION,
NOTIFICATION_DATA_TYPE_AUTO_REMOVE,
NOTIFICATION_DATA_TYPE_DEFAULT_BUTTON,
- NOTIFICATION_DATA_TYPE_TIMEOUT,
+ NOTIFICATION_DATA_TYPE_HIDE_TIMEOUT,
+ NOTIFICATION_DATA_TYPE_DELETE_TIMEOUT,
NOTIFICATION_DATA_TYPE_TEXT_INPUT_MAX_LENGTH,
NOTIFICATION_DATA_TYPE_EVENT_FLAG,
NOTIFICATION_DATA_TYPE_TRANSLATION,