doc/ui-ops.dox

Sat, 22 Sep 2007 20:42:40 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sat, 22 Sep 2007 20:42:40 +0000
changeset 20668
07b41d24ed1b
parent 19127
0df21f28444a
child 22526
4223bc1ce147
permissions
-rw-r--r--

Revert Sean's change made in 603d11d2afa75893b2d930dcc54647fed2665476 to
autogen.sh. He added a --previous argument to glib-gettextize, which I get
an error about and can't find documented anywhere. If this was legit, it
should be re-committed with appropriate testing for backwards compatibility and
a proper commit message.

/** @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
   - #PurpleIdleUiOps
   - #PurpleNotifyUiOps
   - #PurplePrivacyUiOps
   - #PurpleRequestUiOps
   - #PurpleRoomlistUiOps
   - #PurpleSoundUiOps
   - #PurpleWhiteboardUiOps
   - #PurpleXferUiOps

 */
// vim: ft=c.doxygen

mercurial