[libnotify] docs: Move documentation to inline comments: notify
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libnotify] docs: Move documentation to inline comments: notify
- Date: Sun, 14 Nov 2010 16:10:00 +0000 (UTC)
commit 560abf5c97fa1f9b4fbfb5ea1e53a5a5ec6f0097
Author: Javier Jardón <jjardon gnome org>
Date: Mon Nov 8 04:04:11 2010 +0100
docs: Move documentation to inline comments: notify
https://bugzilla.gnome.org/show_bug.cgi?id=634266
docs/reference/tmpl/.gitignore | 1 +
docs/reference/tmpl/notify.sgml | 78 ---------------------------------------
libnotify/notify.c | 6 +++
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/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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]