doc/ui-ops.dox

Thu, 02 Oct 2008 01:29:53 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 02 Oct 2008 01:29:53 +0000
changeset 24431
f4b9e73eec48
parent 22526
4223bc1ce147
child 34958
102488cc3c05
permissions
-rw-r--r--

Allow the message notification plugin to flash windows on win32.

/** @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

mercurial