Don't claim that notify_init connects to the server

https://bugzilla.gnome.org/show_bug.cgi?id=608086
This commit is contained in:
William Jon McCann 2010-06-23 19:55:09 -04:00
parent 9a822e1af9
commit 3b3dbab544
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ G_BEGIN_DECLS
* *
* @param app_name The application name. * @param app_name The application name.
* *
* @return TRUE if the library initialized properly and a connection to a * @return TRUE if the library initialized properly.
* notification server was made.
*/ */
gboolean notify_init (const char *app_name); gboolean notify_init (const char *app_name);