summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libnotify-docs.sgml4
-rw-r--r--docs/reference/libnotify.types3
-rw-r--r--docs/reference/tmpl/notification.sgml2
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/reference/libnotify-docs.sgml b/docs/reference/libnotify-docs.sgml
index f95f52e..b688a3d 100644
--- a/docs/reference/libnotify-docs.sgml
+++ b/docs/reference/libnotify-docs.sgml
@@ -3,11 +3,11 @@
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
- <title>[Insert name here] Reference Manual</title>
+ <title>Libnotify Reference Manual</title>
</bookinfo>
<chapter>
- <title>[Insert title here]</title>
+ <title>Libnotify</title>
<xi:include href="xml/notify.xml"/>
<xi:include href="xml/notification.xml"/>
</chapter>
diff --git a/docs/reference/libnotify.types b/docs/reference/libnotify.types
new file mode 100644
index 0000000..0b54896
--- /dev/null
+++ b/docs/reference/libnotify.types
@@ -0,0 +1,3 @@
+#include <libnotify/notify.h>
+
+notify_notification_get_type
diff --git a/docs/reference/tmpl/notification.sgml b/docs/reference/tmpl/notification.sgml
index cedb907..eb34763 100644
--- a/docs/reference/tmpl/notification.sgml
+++ b/docs/reference/tmpl/notification.sgml
@@ -71,7 +71,7 @@ An action callback function.
<!-- ##### MACRO NOTIFY_ACTION_CALLBACK ##### -->
<para>
A convenience macro for casting a function to a #NotifyActionCallback. This
-is much like #G_CALLBACK().
+is much like G_CALLBACK().
</para>
@func: The function to cast.