view PLUGIN_HOWTO @ 15986:0315b014741b

Check if debug_win is != NULL before checking the preference. This should avoid a hash table lookup when debugging is turned off. I think debug_win will ALWAYS be non-null when debugging is on and ALWAYS be null when debugging is off, but I'm not positive and I didn't want to break anything, so I left both checks in there.
author Mark Doliner <mark@kingant.net>
date Tue, 03 Apr 2007 06:30:22 +0000
parents cc3c50816cc9
children 83ec0b408926
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://pidgin.im/api/ and 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.