Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 20576:96b0d1b3111b
Add the version into the imhtml as Sean suggested. Also, eliminate a warning.
I was disturbed that there was no indication of the "devel" version in the
"About" box.
author | Kevin Stange <kevin@simguy.net> |
---|---|
date | Thu, 20 Sep 2007 08:49:21 +0000 |
parents | 500c785c109d |
children | e3bf822c19c8 |
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 - #PurpleIdleUiOps - #PurpleNotifyUiOps - #PurplePrivacyUiOps - #PurpleRequestUiOps - #PurpleRoomlistUiOps - #PurpleSoundUiOps - #PurpleWhiteboardUiOps - #PurpleXferUiOps */ // vim: ft=c.doxygen