summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-23 19:55:09 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-23 20:28:59 -0400
commit3b3dbab5447aae82bd808a7b02255ac897748947 (patch)
tree7f347969148cf2df72c92444414244c2dca865cc
parent9a822e1af9e0382bc513ada98037d0836d5b4cef (diff)
downloadlibnotify-3b3dbab5447aae82bd808a7b02255ac897748947.tar.gz
Don't claim that notify_init connects to the server
https://bugzilla.gnome.org/show_bug.cgi?id=608086
-rw-r--r--libnotify/notify.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnotify/notify.h b/libnotify/notify.h
index 36c87c3..d0e49f4 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -35,8 +35,7 @@ G_BEGIN_DECLS
*
* @param app_name The application name.
*
- * @return TRUE if the library initialized properly and a connection to a
- * notification server was made.
+ * @return TRUE if the library initialized properly.
*/
gboolean notify_init (const char *app_name);