libpurple/protocols/myspace/myspace.c

branch
soc.2013.gobjectification.plugins
changeset 36678
ed9d10d8e45a
parent 36660
ddb40f691d20
child 36684
ecc74498e088
equal deleted inserted replaced
36677:081733748bbc 36678:ed9d10d8e45a
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)

mercurial