summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-11-14 11:07:53 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2010-11-14 11:07:53 -0500
commit1b33c07973e906c49b62f68e2f9ce385f38f102e (patch)
tree8368e21e0e08485200011ad2e7cd427f58506874
parent2ae1dadfa92cb139bfc3626ec424037ee3f80f29 (diff)
downloadlibnotify-1b33c07973e906c49b62f68e2f9ce385f38f102e.tar.gz
Remove function annotations from notify.h
-rw-r--r--libnotify/notify.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/libnotify/notify.h b/libnotify/notify.h
index 0235419..5167435 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -30,34 +30,10 @@
G_BEGIN_DECLS
-/**
- * Initializes the notifications library.
- *
- * @param app_name The application name.
- *
- * @return TRUE if the library initialized properly.
- */
gboolean notify_init (const char *app_name);
-
-/**
- * Uninitializes the notifications library.
- *
- * This will be automatically called on exit unless previously called.
- */
void notify_uninit (void);
-
-/**
- * Returns whether or not the notification library is initialized.
- *
- * @return TRUE if the library is initialized, or FALSE.
- */
gboolean notify_is_initted (void);
-/**
- * Returns the name of the application set when notify_init() was called.
- *
- * @return The name of the application.
- */
const char *notify_get_app_name (void);
GList *notify_get_server_caps (void);