summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-07 20:28:10 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-07 20:28:10 -0400
commit91280420269c98e408adc0db1e1d1e74cf24c71c (patch)
treeda338c3ba9283d7694c1466c15102f664d036d88
parent6982957661b31d89fae122e6bc50819d55c56290 (diff)
downloadlibnotify-91280420269c98e408adc0db1e1d1e74cf24c71c.tar.gz
Clarify docs of notify_notification_set_timeout
In response to https://bugzilla.gnome.org/show_bug.cgi?id=701645
-rw-r--r--libnotify/notification.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index 6f36402..d9e9283 100644
--- a/libnotify/notification.c
+++ b/libnotify/notification.c
@@ -632,6 +632,8 @@ notify_notification_show (NotifyNotification *notification,
* Sets the timeout of the notification. To set the default time, pass
* %NOTIFY_EXPIRES_DEFAULT as @timeout. To set the notification to never
* expire, pass %NOTIFY_EXPIRES_NEVER.
+ *
+ * Note that the timeout may be ignored by the server.
*/
void
notify_notification_set_timeout (NotifyNotification *notification,