Mercurial > pidgin
view doc/ui-ops.dox @ 32387:d0dba386ca0a
If we encounter a buddy not in a group, or in a group with an invalid
UTF-8 name, then put them in the localized group "Buddies" rather than
in the sometimes-localized group "Orphans"
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 12 Dec 2011 08:53:24 +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