Mercurial > pidgin
view doc/ui-ops.dox @ 20840:30194e6e5e54
Get rid of an unused variable. Coverity found this. Remember
Coverity? It's back! Richard and Gary and I met up with
David Maxwell at the Google Mentor Summit and fixed things up.
Well, mostly David and Richard.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 09 Oct 2007 07:29:11 +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