Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 20552:b7460582a135
Fix #104 (Reconnect to network should reconnect chats also). This has been
working OK in finch. I think it's going to work in Pidgin too.
If you are in a chat when an account disconnects due to some error, then
you will rejoin the chats when the account signs back on.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 19 Sep 2007 10:57:37 +0000 |
parents | 500c785c109d |
children | e3bf822c19c8 |
line wrap: on
line source
/** @page ui-ops UiOps structures When implementing a UI for libpurple, you need to fill in various UiOps structures: - #PurpleAccountUiOps - #PurpleBlistUiOps - #PurpleConnectionUiOps - #PurpleConversationUiOps - #PurpleCoreUiOps - #PurpleDebugUiOps - #PurpleDnsQueryUiOps - #PurpleEventLoopUiOps - #PurpleIdleUiOps - #PurpleNotifyUiOps - #PurplePrivacyUiOps - #PurpleRequestUiOps - #PurpleRoomlistUiOps - #PurpleSoundUiOps - #PurpleWhiteboardUiOps - #PurpleXferUiOps */ // vim: ft=c.doxygen