Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 24803:58301cd90dfa
I believe the patch from #220 actually implemented IM images for Gadu-Gadu,
not something to do with Buddy Icons.
References #220
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 19 Dec 2008 01:52:39 +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