Mercurial > pidgin
view doc/ui-ops.dox @ 29126:4558a09a08c7
Clean up a case in the Yahoo! prpl where the caller now handles this. Other
instances of this should probably be hunted down and fixed.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | foufou33@gmail.com |
---|---|
date | Mon, 12 Oct 2009 18:52:27 +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