| 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) { |