Mercurial > pidgin.yaz
view doc/ui-ops.dox @ 24271:f498f5a5f501
This fixes a link error when linking with GNU ld and specifying the
--as-needed flag to ld. Fixes #7391.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | Diego Pettenò <flameeyes@gentoo.org> |
---|---|
date | Thu, 30 Oct 2008 02:41: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