comparison libpurple/protocols/gg/gg.c @ 29854:a0fb6798d87c

Made it compile again. Changed aim_info.flag to guint64, to avoid loss of precition, I hope this won't break it... Re-introduced a couple of UI callbacks lost in earlier merges
author Marcus Lundblad <ml@update.uu.se>
date Sun, 07 Feb 2010 21:11:56 +0000
parents 737b75b5a888
children 818f2845ab47
comparison
equal deleted inserted replaced
29853:c3b735f8f490 29854:a0fb6798d87c
2463 NULL, /* send_attention */ 2463 NULL, /* send_attention */
2464 NULL, /* get_attention_types */ 2464 NULL, /* get_attention_types */
2465 sizeof(PurplePluginProtocolInfo), /* struct_size */ 2465 sizeof(PurplePluginProtocolInfo), /* struct_size */
2466 NULL, /* get_account_text_table */ 2466 NULL, /* get_account_text_table */
2467 NULL, /* initiate_media */ 2467 NULL, /* initiate_media */
2468 NULL /* can_do_media */ 2468 NULL, /* can_do_media */
2469 NULL /* get_moods */
2469 }; 2470 };
2470 2471
2471 static PurplePluginInfo info = { 2472 static PurplePluginInfo info = {
2472 PURPLE_PLUGIN_MAGIC, /* magic */ 2473 PURPLE_PLUGIN_MAGIC, /* magic */
2473 PURPLE_MAJOR_VERSION, /* major_version */ 2474 PURPLE_MAJOR_VERSION, /* major_version */