Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 31707:065d7229dff8
jabber: Oops. Clearly the wrong escape sequence here for ','.
I have no idea how I managed this. Thanks to Florian Zeitz for
pointing this out in Prosody.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 24 Feb 2011 18:01:46 +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