summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-06-06 09:17:21 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-06-06 09:17:21 +0000
commitbc0afaba4d92c4e2e3d7cd76500066c911e1d4c9 (patch)
tree8fdac430b4504cef21e332aee210f32f59c4b3d1 /docs
parentebda20522d4de5ed82e89fe125182ead91abb7d7 (diff)
downloadlibnotify-bc0afaba4d92c4e2e3d7cd76500066c911e1d4c9.tar.gz
More fixes..
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.