Mercurial > pidgin
view doc/ui-ops.dox @ 26569:b370aad5893f
German update
- some strings are still left
- fixed a typo:
msgstr "Remote-DNS mit SOCKS4-Proxys benuten" ->
msgstr "Remote-DNS mit SOCKS4-Proxys benutzen"
author | Björn Voigt <bjoern@cs.tu-berlin.de> |
---|---|
date | Thu, 16 Apr 2009 14:30:45 +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