comparison src/protocols/sametime/meanwhile/mw_srvc_resolve.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
comparison
equal deleted inserted replaced
11942:a24cfe32961a 11943:0110fc7c6a8a
25 #include <glib.h> 25 #include <glib.h>
26 #include <glib/glist.h> 26 #include <glib/glist.h>
27 27
28 28
29 /** Type identifier for the conference service */ 29 /** Type identifier for the conference service */
30 #define SERVICE_RESOLVE 0x00000015 30 #define mwService_RESOLVE 0x00000015
31 31
32 32
33 /** Return value of mwServiceResolve_search indicating an error */ 33 /** Return value of mwServiceResolve_search indicating an error */
34 #define SEARCH_ERROR 0x00 34 #define SEARCH_ERROR 0x00
35 35
115 struct mwServiceResolve *mwServiceResolve_new(struct mwSession *); 115 struct mwServiceResolve *mwServiceResolve_new(struct mwSession *);
116 116
117 117
118 /** Inisitate a resolve request. 118 /** Inisitate a resolve request.
119 119
120 @param srvc the resolve service
120 @param queries list query strings 121 @param queries list query strings
121 @param flags search flags 122 @param flags search flags
122 @param handler result handling function 123 @param handler result handling function
123 @param data optional user data attached to the request 124 @param data optional user data attached to the request
124 @param cleanup optional function to clean up user data 125 @param cleanup optional function to clean up user data