Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 30358:cd857e9b7281
Fix a status change event being triggered for each online Bonjour buddy when you sign out.
Simon Danner noticed this and provided a patch to fix it.
Fixes #11697
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 13 May 2010 22:05:59 +0000 |
parents | e3bf822c19c8 |
children |
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 (without this, nothing will work and you will cry) - #PurpleIdleUiOps - #PurpleNotifyUiOps - #PurplePrivacyUiOps - #PurpleRequestUiOps - #PurpleRoomlistUiOps - #PurpleSoundUiOps - #PurpleWhiteboardUiOps - #PurpleXferUiOps */ // vim: ft=c.doxygen