diff src/protocols/sametime/meanwhile/mw_srvc_store.h @ 11943:0110fc7c6a8a

[gaim-migrate @ 14234] Bringing things up to date with the last Meanwhile release, 0.5.0 and the last gaim-meanwhile plugin release, 1.2.5 (which should be the last plugin release against oldstatus, if all goes well with HEAD and no major bugs crop up) It builds, so that's a start. The status bits that have been empty since the first import of the sametime stuff are still empty, but I'm going to try and fill those in tomorrow. I've decided to try and start using HEAD actively, to encourage me to get this freaking prpl fully functional. committer: Tailor Script <tailor@pidgin.im>
author Christopher O'Brien <siege@pidgin.im>
date Wed, 02 Nov 2005 03:39:03 +0000
parents 3ef77720e577
children
line wrap: on
line diff
--- a/src/protocols/sametime/meanwhile/mw_srvc_store.h	Wed Nov 02 03:31:38 2005 +0000
+++ b/src/protocols/sametime/meanwhile/mw_srvc_store.h	Wed Nov 02 03:39:03 2005 +0000
@@ -27,7 +27,7 @@
 
 
 /** Type identifier for the storage service */
-#define SERVICE_STORAGE  0x00000018
+#define mwService_STORAGE  0x00000018
 
 
 /** @struct mwServiceStorage
@@ -154,6 +154,8 @@
 /** Initiates a load call to the storage service. If the service is
     not currently available, the call will be cached and processed
     when the service is started.
+
+    @param srvc       the storage service
     @param item       storage unit to load
     @param cb         callback function when the load call completes
     @param data       user data for callback
@@ -168,6 +170,8 @@
 /** Initiates a store call to the storage service. If the service is
     not currently available, the call will be cached and processed
     when the service is started.
+
+    @param srvc       the storage service
     @param item       storage unit to save
     @param cb         callback function when the load call completes
     @param data       optional user data for callback