Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 30313:59e8e11f3fae
Updated translations.
Fixes #11769, #11777, #11778, #11783, #11792, #11794, #11797, #11798, #11800
Fixes #11802, #11803, #11814, #11815, #11816, #11820, #11821
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Tue, 11 May 2010 01:59:30 +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