[Galago-commits] r2352 - in trunk/libgalago: . libgalago
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Fri Dec 2 01:48:27 PST 2005
Author: chipx86
Date: 2005-12-02 01:48:24 -0800 (Fri, 02 Dec 2005)
New Revision: 2352
Modified:
trunk/libgalago/ChangeLog
trunk/libgalago/libgalago/galago-object.h
trunk/libgalago/libgalago/galago-presence.h
Log:
A couple of documentation fixes. I forgot to update the parameter names in the doc blocks.
Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog 2005-12-02 09:39:16 UTC (rev 2351)
+++ trunk/libgalago/ChangeLog 2005-12-02 09:48:24 UTC (rev 2352)
@@ -1,3 +1,10 @@
+Fri Dec 02 01:48:04 PST 2005 Christian Hammond <chipx86 at chipx86.com>
+
+ * libgalago/galago-object.h:
+ * libgalago/galago-presence.h:
+ - A couple of documentation fixes. I forgot to update the parameter
+ names in the doc blocks.
+
Fri Dec 02 01:38:32 PST 2005 Christian Hammond <chipx86 at chipx86.com>
* libgalago/galago-account.h:
Modified: trunk/libgalago/libgalago/galago-object.h
===================================================================
--- trunk/libgalago/libgalago/galago-object.h 2005-12-02 09:39:16 UTC (rev 2351)
+++ trunk/libgalago/libgalago/galago-object.h 2005-12-02 09:48:24 UTC (rev 2352)
@@ -172,7 +172,7 @@
/**
* Returns the D-BUS signature of the object type.
*
- * @param class The object type.
+ * @param type The object GType.
*
* @return The signature string, or NULL.
*/
Modified: trunk/libgalago/libgalago/galago-presence.h
===================================================================
--- trunk/libgalago/libgalago/galago-presence.h 2005-12-02 09:39:16 UTC (rev 2351)
+++ trunk/libgalago/libgalago/galago-presence.h 2005-12-02 09:48:24 UTC (rev 2352)
@@ -126,9 +126,9 @@
/**
* Sets the idle start time on a presence.
*
- * @param presence The presence.
- * @param idle TRUE if the user is idle, otherwise FALSE.
- * @param idle_time The idle start time in seconds.
+ * @param presence The presence.
+ * @param idle TRUE if the user is idle, otherwise FALSE.
+ * @param idle_start_time The idle start time in seconds.
*/
void galago_presence_set_idle(GalagoPresence *presence, gboolean idle,
time_t idle_start_time);
More information about the galago-commits
mailing list