docs: Move documentation to inline comments: notify

https://bugzilla.gnome.org/show_bug.cgi?id=634266
This commit is contained in:
Javier Jardón 2010-11-08 04:04:11 +01:00 committed by William Jon McCann
parent abb884af73
commit 560abf5c97
3 changed files with 7 additions and 78 deletions

View File

@ -1 +1,2 @@
notification.sgml
notify.sgml

View File

@ -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:

View File

@ -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;