docs: Move documentation to inline comments: notify
https://bugzilla.gnome.org/show_bug.cgi?id=634266
This commit is contained in:
parent
abb884af73
commit
560abf5c97
|
@ -1 +1,2 @@
|
|||
notification.sgml
|
||||
notify.sgml
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue