From 560abf5c97fa1f9b4fbfb5ea1e53a5a5ec6f0097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 8 Nov 2010 04:04:11 +0100 Subject: [PATCH] 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(-) delete mode 100644 docs/reference/tmpl/notify.sgml 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 @@ - -notify - - -Notification API - - - - - - - - - - - - - - - - - - - - - - -@app_name: -@Returns: - - - - - - - -@void: - - - - - - - -@void: -@Returns: - - - - - - - -@void: -@Returns: - - - - - - - -@void: -@Returns: - - - - - - - -@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;