Sat, 01 Dec 2007 14:53:09 +0000
Pluck the hidden conversation changes to ipp.2.3.1. I think this needs
careful testing.
applied changes from 806d367a737b47889afc6bc1a600745b224be73b
through af97865fc7bbf79c768ddcb673da8560cf481719
applied changes from e3e7a13ac8add4cadd65d72a3513d202baecf649
through c9f27c16e20ad158b7431974dfce2e50a300492d
applied changes from 43dd2f1b2942cac448da6cccc118014c90cbf141
through 3fe64d635336a6d7f6e520f4b2e041c3316c465d
#include "gtkmodule.h" MODULE = Pidgin::Dialogs PACKAGE = Pidgin::Dialogs PREFIX = pidgin_dialogs_ PROTOTYPES: ENABLE void pidgin_dialogs_destroy_all() void pidgin_dialogs_about() void pidgin_dialogs_im() void pidgin_dialogs_im_with_user(account, username) Purple::Account account const char * username void pidgin_dialogs_info() void pidgin_dialogs_log() void pidgin_dialogs_alias_contact(contact) Purple::BuddyList::Contact contact void pidgin_dialogs_alias_buddy(buddy) Purple::BuddyList::Buddy buddy void pidgin_dialogs_alias_chat(chat) Purple::BuddyList::Chat chat void pidgin_dialogs_remove_buddy(buddy) Purple::BuddyList::Buddy buddy void pidgin_dialogs_remove_group(group) Purple::BuddyList::Group group void pidgin_dialogs_remove_chat(chat) Purple::BuddyList::Chat chat void pidgin_dialogs_remove_contact(contact) Purple::BuddyList::Contact contact