libpurple/protocols/sametime/sametime.c

branch
soc.2013.gobjectification.plugins
changeset 36678
ed9d10d8e45a
parent 36677
081733748bbc
child 36679
488eec308b4c
equal deleted inserted replaced
36677:081733748bbc 36678:ed9d10d8e45a
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

mercurial