view doc/ui-ops.dox @ 23932:7ba7b6aebe52

(21:05:09) datallah: i think there will be one soon (2.5.1), but it'll be because of MSN :D Oh the irony!
author Ka-Hing Cheung <khc@hxbc.us>
date Tue, 19 Aug 2008 08:15:50 +0000 (2008-08-19)
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