Mercurial > pidgin
view doc/ui-ops.dox @ 27524:b0ae684202a8
merge of '36948cfc8a90e3d81db3b233f7af33bf653ae4d3'
and '80c512a73e4585cbb038dbf493be0183ad2547bf'
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 13 Jul 2009 02:17:47 +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