Merge remote-tracking branch 'remotes/origin/upstream'
[framework/uifw/elementary.git] / src / lib / elm_notify.h
index 9ee270c..7369615 100644 (file)
  * @li "timeout" - when timeout happens on notify and it's hidden
  * @li "block,clicked" - when a click outside of the notify happens
  *
+<<<<<<< HEAD
  * Default contents parts of the notify widget that you can use for are:
+=======
+ * Default content parts of the notify widget that you can use for are:
+>>>>>>> remotes/origin/upstream
  * @li "default" - A content of the notify
  *
  * Supported elm_object common APIs.
@@ -60,7 +64,11 @@ EAPI Evas_Object                 *elm_notify_add(Evas_Object *parent);
  * @brief Set the notify parent
  *
  * @param obj The notify object
+<<<<<<< HEAD
  * @param content The new parent
+=======
+ * @param parent The new parent
+>>>>>>> remotes/origin/upstream
  *
  * Once the parent object is set, a previously set one will be disconnected
  * and replaced.
@@ -104,7 +112,11 @@ EAPI Elm_Notify_Orient            elm_notify_orient_get(const Evas_Object *obj);
  * hidden.
  *
  * @param obj The notify object
+<<<<<<< HEAD
  * @param time The timeout in seconds
+=======
+ * @param timeout The timeout in seconds
+>>>>>>> remotes/origin/upstream
  *
  * This function sets a timeout and starts the timer controlling when the
  * notify is hidden. Since calling evas_object_show() on a notify restarts
@@ -132,13 +144,18 @@ EAPI double                       elm_notify_timeout_get(const Evas_Object *obj)
  * its area.
  *
  * @param obj The notify object
+<<<<<<< HEAD
  * @param repeats EINA_TRUE Events are repeats, else no
+=======
+ * @param allow EINA_TRUE If events are allowed, otherwise not
+>>>>>>> remotes/origin/upstream
  *
  * When true if the user clicks outside the window the events will be caught
  * by the others widgets, else the events are blocked.
  *
  * @note The default value is EINA_TRUE.
  */
+<<<<<<< HEAD
 EAPI void                         elm_notify_repeat_events_set(Evas_Object *obj, Eina_Bool repeat);
 
 /**
@@ -148,6 +165,17 @@ EAPI void                         elm_notify_repeat_events_set(Evas_Object *obj,
  * @see elm_notify_repeat_events_set()
  */
 EAPI Eina_Bool                    elm_notify_repeat_events_get(const Evas_Object *obj);
+=======
+EAPI void                         elm_notify_allow_events_set(Evas_Object *obj, Eina_Bool allow);
+
+/**
+ * @brief Return true if events are allowed below the notify object
+ * @param obj the notify object
+ *
+ * @see elm_notify_allow_events_set()
+ */
+EAPI Eina_Bool                    elm_notify_allow_events_get(const Evas_Object *obj);
+>>>>>>> remotes/origin/upstream
 
 /**
  * @}