Mercurial > pidgin.yaz
comparison libpurple/protocols/gg/gg.c @ 17593:759cd72bd2ff
Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
author | Andreas Monitzer <pidgin@monitzer.com> |
---|---|
date | Mon, 18 Jun 2007 12:37:29 +0000 |
parents | f2686bec13c0 |
children | 5c1ed6296b56 |
comparison
equal
deleted
inserted
replaced
17592:f2686bec13c0 | 17593:759cd72bd2ff |
---|---|
2121 NULL, /* new_xfer */ | 2121 NULL, /* new_xfer */ |
2122 ggp_offline_message, /* offline_message */ | 2122 ggp_offline_message, /* offline_message */ |
2123 NULL, /* whiteboard_prpl_ops */ | 2123 NULL, /* whiteboard_prpl_ops */ |
2124 NULL, /* send_raw */ | 2124 NULL, /* send_raw */ |
2125 NULL, /* roomlist_room_serialize */ | 2125 NULL, /* roomlist_room_serialize */ |
2126 NULL, /* publish_tune */ | |
2127 | 2126 |
2128 /* padding */ | 2127 /* padding */ |
2128 NULL, | |
2129 NULL, | 2129 NULL, |
2130 NULL, | 2130 NULL, |
2131 NULL | 2131 NULL |
2132 }; | 2132 }; |
2133 /* }}} */ | 2133 /* }}} */ |