[Galago-commits] r2723 - in trunk/libgalago: . docs/protocol
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Thu Apr 20 00:36:15 PDT 2006
Author: chipx86
Date: 2006-04-20 00:36:07 -0700 (Thu, 20 Apr 2006)
New Revision: 2723
Modified:
trunk/libgalago/ChangeLog
trunk/libgalago/Makefile.am
trunk/libgalago/docs/protocol/protocol.hh
Log:
- Fix up protocol docs.
- Rename the docs target to doxygen, since we have a docs directory.
Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog 2006-04-17 08:14:05 UTC (rev 2722)
+++ trunk/libgalago/ChangeLog 2006-04-20 07:36:07 UTC (rev 2723)
@@ -1,3 +1,10 @@
+Thu Apr 20 00:35:27 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * docs/protocol/protocol.hh:
+ * Makefile.am:
+ - Fix up protocol docs.
+ - Rename the docs target to doxygen, since we have a docs directory.
+
Tue Apr 11 23:43:37 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* libgalago/galago-core.c:
Modified: trunk/libgalago/Makefile.am
===================================================================
--- trunk/libgalago/Makefile.am 2006-04-17 08:14:05 UTC (rev 2722)
+++ trunk/libgalago/Makefile.am 2006-04-20 07:36:07 UTC (rev 2723)
@@ -26,7 +26,7 @@
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
-docs:
+doxygen:
@echo "Generating API documentation..."
@doxygen Doxyfile
@echo "Generating protocol documentation..."
Modified: trunk/libgalago/docs/protocol/protocol.hh
===================================================================
--- trunk/libgalago/docs/protocol/protocol.hh 2006-04-17 08:14:05 UTC (rev 2722)
+++ trunk/libgalago/docs/protocol/protocol.hh 2006-04-20 07:36:07 UTC (rev 2723)
@@ -1,6 +1,6 @@
/**
* Galago D-BUS Interface.
- * @file galago-dbus-api.h
+ * @file protocol.hh
* Defines the DBUS interface of Galago
*/
@@ -93,7 +93,7 @@
*
* @return The object path of the presence.
*/
- string SetPresence();
+ string SetPresence(Presence presence);
/**
* Destroys the account's presence.
@@ -372,7 +372,7 @@
public:
string ObjPath; //!< Object path of the person.
string Id; //!< The person's ID.
- string sessionId; //<! Client-defined per-session handle ID.
+ string sessionId; //!< Client-defined per-session handle ID.
bool IsMe; //!< Flag specifying if this person is the "Me" person.
/**
More information about the galago-commits
mailing list