view PLUGIN_HOWTO @ 28441:ac1ad1fa5ecf

Fix another leak. Various iterations of: ==21150== 8 bytes in 1 blocks are definitely lost in loss record 668 of 13,348 ==21150== at 0x4C214CB: calloc (vg_replace_malloc.c:418) ==21150== by 0x90AA4F9: g_malloc0 (gmem.c:151) ==21150== by 0x93C6630: purple_theme_loader_init (theme-loader.c:93)
author Paul Aurich <paul@darkrain42.org>
date Mon, 26 Oct 2009 03:59:55 +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.