[Galago-commits] r2826 - in trunk/libnotify/docs/reference: . tmpl

galago-commits at freedesktop.org galago-commits at freedesktop.org
Tue Jun 6 02:17:23 PDT 2006


Author: chipx86
Date: 2006-06-06 02:17:21 -0700 (Tue, 06 Jun 2006)
New Revision: 2826

Added:
   trunk/libnotify/docs/reference/libnotify.types
Modified:
   trunk/libnotify/docs/reference/libnotify-docs.sgml
   trunk/libnotify/docs/reference/tmpl/notification.sgml
Log:
More fixes..


Modified: trunk/libnotify/docs/reference/libnotify-docs.sgml
===================================================================
--- trunk/libnotify/docs/reference/libnotify-docs.sgml	2006-06-06 08:46:01 UTC (rev 2825)
+++ trunk/libnotify/docs/reference/libnotify-docs.sgml	2006-06-06 09:17:21 UTC (rev 2826)
@@ -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>

Added: trunk/libnotify/docs/reference/libnotify.types
===================================================================
--- trunk/libnotify/docs/reference/libnotify.types	2006-06-06 08:46:01 UTC (rev 2825)
+++ trunk/libnotify/docs/reference/libnotify.types	2006-06-06 09:17:21 UTC (rev 2826)
@@ -0,0 +1,3 @@
+#include <libnotify/notify.h>
+
+notify_notification_get_type

Modified: trunk/libnotify/docs/reference/tmpl/notification.sgml
===================================================================
--- trunk/libnotify/docs/reference/tmpl/notification.sgml	2006-06-06 08:46:01 UTC (rev 2825)
+++ trunk/libnotify/docs/reference/tmpl/notification.sgml	2006-06-06 09:17:21 UTC (rev 2826)
@@ -71,7 +71,7 @@
 <!-- ##### 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.



More information about the galago-commits mailing list