pidgin/plugins/disco/xmppdiscoservice.c

changeset 43286
1861a365a664
parent 43072
a59a119b74f5
equal deleted inserted replaced
43285:acde304cf24c 43286:1861a365a664
289 /****************************************************************************** 289 /******************************************************************************
290 * Public API 290 * Public API
291 *****************************************************************************/ 291 *****************************************************************************/
292 292
293 void 293 void
294 xmpp_disco_service_register(PurplePlugin *plugin) { 294 xmpp_disco_service_register(GPluginPlugin *plugin) {
295 xmpp_disco_service_register_type(G_TYPE_MODULE(plugin)); 295 xmpp_disco_service_register_type(G_TYPE_MODULE(plugin));
296 } 296 }
297 297
298 XmppDiscoService * 298 XmppDiscoService *
299 xmpp_disco_service_new(PidginDiscoList *list) { 299 xmpp_disco_service_new(PidginDiscoList *list) {

mercurial