summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-11-08 04:04:11 +0100
committerWilliam Jon McCann <jmccann@redhat.com>2010-11-14 10:52:42 -0500
commit560abf5c97fa1f9b4fbfb5ea1e53a5a5ec6f0097 (patch)
treee8d511b4c4756bef571286503099651f1948f636
parentabb884af73a6ae3bcb602df65eb6cb8f1b2c6066 (diff)
downloadlibnotify-560abf5c97fa1f9b4fbfb5ea1e53a5a5ec6f0097.tar.gz
docs: Move documentation to inline comments: notify
https://bugzilla.gnome.org/show_bug.cgi?id=634266
-rw-r--r--docs/reference/tmpl/.gitignore1
-rw-r--r--docs/reference/tmpl/notify.sgml78
-rw-r--r--libnotify/notify.c6
3 files changed, 7 insertions, 78 deletions
diff --git a/docs/reference/tmpl/.gitignore b/docs/reference/tmpl/.gitignore
index e073b3b..1caf072 100644
--- a/docs/reference/tmpl/.gitignore
+++ b/docs/reference/tmpl/.gitignore
@@ -1 +1,2 @@
notification.sgml
+notify.sgml
diff --git a/docs/reference/tmpl/notify.sgml b/docs/reference/tmpl/notify.sgml
deleted file mode 100644
index 9a602a7..0000000
--- a/docs/reference/tmpl/notify.sgml
+++ /dev/null
@@ -1,78 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-notify
-
-<!-- ##### SECTION Short_Description ##### -->
-Notification API
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### FUNCTION notify_init ##### -->
-<para>
-
-</para>
-
-@app_name:
-@Returns:
-
-
-<!-- ##### FUNCTION notify_uninit ##### -->
-<para>
-
-</para>
-
-@void:
-
-
-<!-- ##### FUNCTION notify_is_initted ##### -->
-<para>
-
-</para>
-
-@void:
-@Returns:
-
-
-<!-- ##### FUNCTION notify_get_app_name ##### -->
-<para>
-
-</para>
-
-@void:
-@Returns:
-
-
-<!-- ##### FUNCTION notify_get_server_caps ##### -->
-<para>
-
-</para>
-
-@void:
-@Returns:
-
-
-<!-- ##### FUNCTION notify_get_server_info ##### -->
-<para>
-
-</para>
-
-@ret_name:
-@ret_vendor:
-@ret_version:
-@ret_spec_version:
-@Returns:
-
-
diff --git a/libnotify/notify.c b/libnotify/notify.c
index 1ecc67b..dad8d9a 100644
--- a/libnotify/notify.c
+++ b/libnotify/notify.c
@@ -35,6 +35,12 @@
#include "internal.h"
#include "notify-marshal.h"
+/**
+ * SECTION:notify
+ * @Short_description: Notification API
+ * @Title: notify
+ */
+
static gboolean _initted = FALSE;
static char *_app_name = NULL;
static GDBusProxy *_proxy = NULL;