summaryrefslogtreecommitdiff
path: root/libnotify/notify.h
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-01-20 05:55:30 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-01-20 05:55:30 +0000
commitfd53ececa20a59a48d9e6e9bdb8165cc503f4bed (patch)
tree88f11df5c3ac97e57b09a2fb53b68b5203fab051 /libnotify/notify.h
parent3b0e8d298663724c5cac44cb2ccd9a1bc6d84482 (diff)
downloadlibnotify-fd53ececa20a59a48d9e6e9bdb8165cc503f4bed.tar.gz
Fixed the coding style.
Diffstat (limited to 'libnotify/notify.h')
-rw-r--r--libnotify/notify.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/libnotify/notify.h b/libnotify/notify.h
index 2b07e34..4237100 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -1,8 +1,7 @@
-/* -*- mode: c-mode; tab-width: 4; indent-tabs-mode: t; -*- */
/**
* @file libnotify/notify.h Notifications library
*
- * @Copyright (C) 2004 Christian Hammond
+ * @Copyright (C) 2004-2006 Christian Hammond
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -19,7 +18,6 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-
#ifndef _LIBNOTIFY_NOTIFY_H_
#define _LIBNOTIFY_NOTIFY_H_
@@ -58,6 +56,11 @@ void notify_uninit(void);
*/
gboolean notify_is_initted(void);
+/**
+ * Returns the name of the application set when notify_init() was called.
+ *
+ * @return The name of the application.
+ */
const gchar *notify_get_app_name(void);
/**
@@ -79,8 +82,10 @@ GList *notify_get_server_caps(void);
*
* @return TRUE if the call succeeded, or FALSE if there were errors.
*/
-gboolean notify_get_server_info(char **ret_name, char **ret_vendor,
- char **ret_version, char **ret_spec_version);
+gboolean notify_get_server_info(char **ret_name,
+ char **ret_vendor,
+ char **ret_version,
+ char **ret_spec_version);
/*@}*/