More fixes..
This commit is contained in:
parent
ebda20522d
commit
bc0afaba4d
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#include <libnotify/notify.h>
|
||||
|
||||
notify_notification_get_type
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue