view PLUGIN_HOWTO @ 29201:78a63f5590f2

Since the prefs variable holds the widget that refers to the prefs dialog, it's still NULL in pidgin_prefs_init(), so using it for a handle is not a good idea. Of course, the prefs connection is never removed, so it's not that big of a deal.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 23 Dec 2009 04:30:12 +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.