Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 31498:50c12353e597
A bunch of translation updates.
Fixes #13056, #13078, #13079, #13080, #13082, #13085, #13090, #13093, #13094.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 19 Dec 2010 18:31:29 +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