summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-10-09 13:16:07 -0400
committerJavier Jardón <jjardon@gnome.org>2011-10-09 13:16:07 -0400
commit6a63ae0e8a499a47e88bb3bc7c323e11835eb4ea (patch)
tree8aa3e73764f89c05800bf202ec7913b1dfcc880d
parent2fe1748295c97cd8251e1711e0f54c4d65633d48 (diff)
downloadlibnotify-6a63ae0e8a499a47e88bb3bc7c323e11835eb4ea.tar.gz
libnotify-sections.txt: Add some missing api
-rw-r--r--docs/reference/libnotify-sections.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/libnotify-sections.txt b/docs/reference/libnotify-sections.txt
index 5096f6a..5aaa2f7 100644
--- a/docs/reference/libnotify-sections.txt
+++ b/docs/reference/libnotify-sections.txt
@@ -10,6 +10,7 @@ NOTIFY_ACTION_CALLBACK
notify_notification_new
notify_notification_update
notify_notification_show
+notify_notification_set_app_name
notify_notification_set_timeout
notify_notification_set_category
notify_notification_set_urgency
@@ -17,6 +18,7 @@ notify_notification_set_icon_from_pixbuf
notify_notification_set_image_from_pixbuf
notify_notification_set_hint
notify_notification_set_hint_int32
+notify_notification_set_hint_uint32
notify_notification_set_hint_double
notify_notification_set_hint_string
notify_notification_set_hint_byte
@@ -25,6 +27,7 @@ notify_notification_clear_hints
notify_notification_add_action
notify_notification_clear_actions
notify_notification_close
+notify_notification_get_closed_reason
<SUBSECTION Standard>
NotifyNotificationPrivate
NOTIFY_NOTIFICATION
@@ -42,6 +45,7 @@ notify_init
notify_uninit
notify_is_initted
notify_get_app_name
+notify_set_app_name
notify_get_server_caps
notify_get_server_info
</SECTION>