| 3454 iface->send_attention = msim_send_attention; |
3454 iface->send_attention = msim_send_attention; |
| 3455 iface->get_attention_types = msim_attention_types; |
3455 iface->get_attention_types = msim_attention_types; |
| 3456 iface->get_account_text_table = msim_get_account_text_table; |
3456 iface->get_account_text_table = msim_get_account_text_table; |
| 3457 } |
3457 } |
| 3458 |
3458 |
| 3459 static void msim_protocol_base_finalize(MsimProtocolClass *klass) { } |
|
| 3460 |
|
| 3461 /** |
3459 /** |
| 3462 * Query the plugin |
3460 * Query the plugin |
| 3463 */ |
3461 */ |
| 3464 static PurplePluginInfo * |
3462 static PurplePluginInfo * |
| 3465 plugin_query(GError **error) |
3463 plugin_query(GError **error) |