mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
GNotification: finish documentation
Add the missing documentation and add the section to the GIO reference docs. Fix up a few small documentation issues. https://bugzilla.gnome.org/show_bug.cgi?id=688492
This commit is contained in:
@@ -59,6 +59,8 @@ IGNORE_HFILES = \
|
||||
gnetworkingprivate.h \
|
||||
gnetworkmonitorbase.h \
|
||||
gnetworkmonitornetlink.h \
|
||||
gnotificationbackend.h \
|
||||
gnotification-private.h \
|
||||
gpollfilemonitor.h \
|
||||
gregistrysettingsbackend.h \
|
||||
gsettingsbackendinternal.h \
|
||||
|
@@ -223,6 +223,7 @@
|
||||
<xi:include href="xml/gmenu.xml"/>
|
||||
<xi:include href="xml/gmenuexporter.xml"/>
|
||||
<xi:include href="xml/gdbusmenumodel.xml"/>
|
||||
<xi:include href="xml/gnotification.xml"/>
|
||||
</chapter>
|
||||
<chapter id="extending">
|
||||
<title>Extending GIO</title>
|
||||
|
@@ -2980,6 +2980,9 @@ g_application_quit
|
||||
g_application_activate
|
||||
g_application_open
|
||||
<SUBSECTION>
|
||||
g_application_send_notification
|
||||
g_application_withdraw_notification
|
||||
<SUBSECTION>
|
||||
g_application_run
|
||||
g_application_set_default
|
||||
g_application_get_default
|
||||
@@ -4150,3 +4153,29 @@ G_SUBPROCESS_LAUNCHER
|
||||
G_TYPE_SUBPROCESS_LAUNCHER
|
||||
g_subprocess_launcher_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gnotification</FILE>
|
||||
<TITLE>GNotification</TITLE>
|
||||
GNotification
|
||||
g_notification_new
|
||||
<SUBSECTION>
|
||||
g_notification_set_title
|
||||
g_notification_set_body
|
||||
g_notification_set_icon
|
||||
g_notification_set_urgent
|
||||
<SUBSECTION>
|
||||
g_notification_set_default_action
|
||||
g_notification_set_default_action_and_target
|
||||
g_notification_set_default_action_and_target_value
|
||||
<SUBSECTION>
|
||||
g_notification_add_button
|
||||
g_notification_add_button_with_target
|
||||
g_notification_add_button_with_target_value
|
||||
<SUBSECTION Standard>
|
||||
G_IS_NOTIFICATION
|
||||
G_NOTIFICATION
|
||||
G_TYPE_NOTIFICATION
|
||||
G_TYPE_NOTIFICATION_BACKEND
|
||||
g_notification_get_type
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user