Mercurial > pidgin
view doc/ui-ops.dox @ 26803:1dfa009f6db5
Clean up jabber prpl memory allocations on uninit.
Thanks to Nick Hebner. I had previously done some work on this, which is why
this patch doesn't look as similar as it might to jabber_memory_cleanup.diff.
Closes #8683.
committer: Paul Aurich <paul@darkrain42.org>
author | Nick Hebner <hebnern@gmail.com> |
---|---|
date | Sun, 03 May 2009 20:17:09 +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