Mercurial > pidgin
view doc/ui-ops.dox @ 25494:4ea0f3edd973
I thought I did this already, but anyway, a patch from Dimmuxx to stop the
official client from showing an extra dash when you have an empty PSM.
Fixes #8461.
committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author | Daniel Lj <dimmuxx@yahoo.se> |
---|---|
date | Thu, 19 Feb 2009 02:32:42 +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