| 5720 iface->send_file = mw_protocol_send_file; |
5720 iface->send_file = mw_protocol_send_file; |
| 5721 iface->new_xfer = mw_protocol_new_xfer; |
5721 iface->new_xfer = mw_protocol_new_xfer; |
| 5722 } |
5722 } |
| 5723 |
5723 |
| 5724 |
5724 |
| 5725 static void mw_protocol_base_finalize(mwProtocolClass *klass) { } |
|
| 5726 |
|
| 5727 |
|
| 5728 static PurplePluginInfo * |
5725 static PurplePluginInfo * |
| 5729 plugin_query(GError **error) |
5726 plugin_query(GError **error) |
| 5730 { |
5727 { |
| 5731 const gchar * const authors[] = PLUGIN_AUTHORS; |
5728 const gchar * const authors[] = PLUGIN_AUTHORS; |
| 5732 |
5729 |