Mercurial > pidgin
view doc/ui-ops.dox @ 22420:316c8565f562
Improve our error handling of Gnome proxy settings.
* If the proxy hostname is null then fallback to using Pidgin's
proxy settings (and print a debug message).
* If a subsequent call to gconftool-2 fails then make sure we free
the stuff we've already read.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 05 Mar 2008 10:00:45 +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