Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 28462:a71a8e7e6bb0
Try to make this help string shorter to increase the odds of people
reading it. Screenshots at http://kingant.net/pidgin/PidginAboutWindow/
This version is screenshot3.png
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 28 Aug 2009 07:30:33 +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