More fixes..

This commit is contained in:
Christian Hammond 2006-06-06 09:17:21 +00:00
parent ebda20522d
commit bc0afaba4d
3 changed files with 6 additions and 3 deletions

View File

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

View File

@ -0,0 +1,3 @@
#include <libnotify/notify.h>
notify_notification_get_type

View File

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