[libnotify] Don't claim that notify_init connects to the server



commit 3b3dbab5447aae82bd808a7b02255ac897748947
Author: William Jon McCann <jmccann redhat com>
Date:   Wed Jun 23 19:55:09 2010 -0400

    Don't claim that notify_init connects to the server
    
    https://bugzilla.gnome.org/show_bug.cgi?id=608086

 libnotify/notify.h |    3 +--
 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]