view doc/ui-ops.dox @ 24663:2341958e33b5

Eliminate minor typographical differences between our version of the GPL and the one at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt This also changes two reference of "GNU Library General Public License" to "GNU Lesser General Public License." I feel that change is minor and typographical, and not significant. I don't know why that difference existed... I thought the GPLv2 always referred to the LGPL as "lesser" and not "library." But I don't think we're allowed to change the content of this document and still refer to it as "the GPL" because the content is copyright the Free Software Foundation.
author Mark Doliner <mark@kingant.net>
date Fri, 12 Dec 2008 19:04:21 +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