kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=be6bd076b24c4fd67d5e06c50be0bd4a5fddd234
commit be6bd076b24c4fd67d5e06c50be0bd4a5fddd234 Author: Kai Huuhko <kai.huu...@gmail.com> Date: Thu May 29 02:24:56 2014 +0300 Elementary.general: Fix docs --- efl/elementary/general.pyx | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/efl/elementary/general.pyx b/efl/elementary/general.pyx index 8f2e2aa..13d50e4 100644 --- a/efl/elementary/general.pyx +++ b/efl/elementary/general.pyx @@ -124,45 +124,58 @@ Notify close reasons The reason the notification was closed -.. versionadded:: 1.10 - .. data:: ELM_SYS_NOTIFY_CLOSED_EXPIRED The notification expired. + .. versionadded:: 1.10 + .. data:: ELM_SYS_NOTIFY_CLOSED_DISMISSED The notification was dismissed by the user. + .. versionadded:: 1.10 + .. data:: ELM_SYS_NOTIFY_CLOSED_REQUESTED The notification was closed by a call to CloseNotification method. + .. versionadded:: 1.10 + .. data:: ELM_SYS_NOTIFY_CLOSED_UNDEFINED Undefined/reserved reasons. + .. versionadded:: 1.10 + .. _Elm_Sys_Notify_Urgency: +Notify urgency levels +--------------------- + Urgency levels of a notification :see: :py:func:`sys_notify_send` -.. versionadded:: 1.10 - .. data:: ELM_SYS_NOTIFY_URGENCY_LOW Low + .. versionadded:: 1.10 + .. data:: ELM_SYS_NOTIFY_URGENCY_NORMAL Normal + .. versionadded:: 1.10 + .. data:: ELM_SYS_NOTIFY_URGENCY_CRITICAL Critical + .. versionadded:: 1.10 + """ --