Mercurial > pidgin
view doc/ui-ops.dox @ 31955:cd7dcd0beafa
Fix two compile warnings. Did I do that? I totally didn't notice. My bad.
roomlist.c: In function ¡Æpurple_roomlist_room_get_expanded_once¡Ç:
roomlist.c:402:2: warning: return makes integer from pointer without a cast
roomlist.c: In function ¡Æpurple_roomlist_room_set_expanded_once¡Ç:
roomlist.c:409:2: warning: ¡Æreturn¡Ç with a value, in function returning void
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 26 Aug 2011 05:00: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