[Galago-commits] r2867 - in branches/libgalago/push-presence: . docs/reference docs/reference/tmpl

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Jun 18 01:23:11 PDT 2006


Author: chipx86
Date: 2006-06-18 01:23:08 -0700 (Sun, 18 Jun 2006)
New Revision: 2867

Modified:
   branches/libgalago/push-presence/ChangeLog
   branches/libgalago/push-presence/docs/reference/libgalago.types
   branches/libgalago/push-presence/docs/reference/tmpl/galago-presence.sgml
   branches/libgalago/push-presence/docs/reference/tmpl/libgalago-unused.sgml
Log:
Fix the types file so that the doc scanner will compile.


Modified: branches/libgalago/push-presence/ChangeLog
===================================================================
--- branches/libgalago/push-presence/ChangeLog	2006-06-18 08:21:57 UTC (rev 2866)
+++ branches/libgalago/push-presence/ChangeLog	2006-06-18 08:23:08 UTC (rev 2867)
@@ -1,3 +1,10 @@
+Sun Jun 18 01:22:36 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* docs/reference/libgalago.types:
+	* docs/reference/tmpl/galago-presence.sgml:
+	* docs/reference/tmpl/libgalago-unused.sgml:
+	  - Fix the types file so that the doc scanner will compile.
+
 Sun Jun 18 01:21:38 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-presence.c:

Modified: branches/libgalago/push-presence/docs/reference/libgalago.types
===================================================================
--- branches/libgalago/push-presence/docs/reference/libgalago.types	2006-06-18 08:21:57 UTC (rev 2866)
+++ branches/libgalago/push-presence/docs/reference/libgalago.types	2006-06-18 08:23:08 UTC (rev 2867)
@@ -8,4 +8,4 @@
 galago_person_get_type
 galago_presence_get_type
 galago_service_get_type
-galago_status_get_type
+galago_status_type_get_type

Modified: branches/libgalago/push-presence/docs/reference/tmpl/galago-presence.sgml
===================================================================
--- branches/libgalago/push-presence/docs/reference/tmpl/galago-presence.sgml	2006-06-18 08:21:57 UTC (rev 2866)
+++ branches/libgalago/push-presence/docs/reference/tmpl/galago-presence.sgml	2006-06-18 08:23:08 UTC (rev 2867)
@@ -41,31 +41,6 @@
 @arg1: 
 @arg2: 
 
-<!-- ##### SIGNAL GalagoPresence::status-added ##### -->
-<para>
-
-</para>
-
- at galagopresence: the object which received the signal.
- at arg1: 
-
-<!-- ##### SIGNAL GalagoPresence::status-removed ##### -->
-<para>
-
-</para>
-
- at galagopresence: the object which received the signal.
- at arg1: 
-
-<!-- ##### SIGNAL GalagoPresence::status-updated ##### -->
-<para>
-
-</para>
-
- at galagopresence: the object which received the signal.
- at arg1: 
- at arg2: 
-
 <!-- ##### ARG GalagoPresence:account ##### -->
 <para>
 

Modified: branches/libgalago/push-presence/docs/reference/tmpl/libgalago-unused.sgml
===================================================================
--- branches/libgalago/push-presence/docs/reference/tmpl/libgalago-unused.sgml	2006-06-18 08:21:57 UTC (rev 2866)
+++ branches/libgalago/push-presence/docs/reference/tmpl/libgalago-unused.sgml	2006-06-18 08:23:08 UTC (rev 2867)
@@ -1,3 +1,84 @@
+<!-- ##### SECTION ./tmpl/galago-status.sgml:Long_Description ##### -->
+<para>
+#GalagoStatus represents a single status in a #GalagoPresence. A status
+is something like "available" or "away." They may hold attributes, such
+as an away message.
+</para>
+<para>
+Some statuses are exclusive. "available" and "away" would be exclusive
+statuses. Some are not exclusive, such as "invisible." These status types
+are dependent on the server that they are on.
+</para>
+
+
+<!-- ##### SECTION ./tmpl/galago-status.sgml:See_Also ##### -->
+<para>
+#GalagoPresence
+</para>
+
+
+<!-- ##### SECTION ./tmpl/galago-status.sgml:Short_Description ##### -->
+Status type in a presence.
+
+
+<!-- ##### SECTION ./tmpl/galago-status.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/galago-status.sgml:Title ##### -->
+GalagoStatus
+
+
+<!-- ##### SIGNAL GalagoPresence::status-added ##### -->
+<para>
+
+</para>
+
+ at galagopresence: the object which received the signal.
+ at arg1: 
+
+<!-- ##### SIGNAL GalagoPresence::status-removed ##### -->
+<para>
+
+</para>
+
+ at galagopresence: the object which received the signal.
+ at arg1: 
+
+<!-- ##### SIGNAL GalagoPresence::status-updated ##### -->
+<para>
+
+</para>
+
+ at galagopresence: the object which received the signal.
+ at arg1: 
+ at arg2: 
+
+<!-- ##### STRUCT GalagoStatus ##### -->
+<para>
+This is an opaque structure representing a status. This should not be used
+directly. Use the accessor functions below.
+</para>
+
+
+<!-- ##### ARG GalagoStatus:exclusive ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GalagoStatus:id ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GalagoStatus:name ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### ARG GalagoStatus:presence ##### -->
 <para>
 
@@ -4,3 +85,84 @@
 </para>
 
 
+<!-- ##### ARG GalagoStatus:primitive ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### FUNCTION galago_status_duplicate ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_get_id ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_get_name ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_get_presence ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_get_primitive ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_is_available ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_is_exclusive ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_new ##### -->
+<para>
+
+</para>
+
+ at type: 
+ at id: 
+ at name: 
+ at exclusive: 
+ at Returns: 
+
+<!-- ##### FUNCTION galago_status_set_presence ##### -->
+<para>
+
+</para>
+
+ at status: 
+ at presence: 
+



More information about the galago-commits mailing list