view PLUGIN_HOWTO @ 32054:cc55df4702aa

Improve win32 behavior of the GtkStatusIcon based docklet. * Don't use a placement function (this causes the menu behavior to be "Windows Like" - appear where the cursor was during the click). * Don't deal with waiting for embedding - this doesn't appear to work on win32 (also not really a significant problem - there's always a system tray)
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 06 Sep 2011 00:25:29 +0000
parents db5a58aabe38
children
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the
HOWTOs in the "Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.