view PLUGIN_HOWTO @ 23322:0d47aab4ca5c

Patch from Andrew Gaul that fixes a leak: ==13094== 190 (112 direct, 78 indirect) bytes in 6 blocks are definitely lost in loss record 111 of 290 ==13094== at 0x4A05854: calloc (vg_replace_malloc.c:397) ==13094== by 0x331303F849: g_malloc0 (in /lib64/libglib-2.0.so.0.1600.3) ==13094== by 0x47C5BE: text_tag_data_new (gtkimhtml.c:5121) ==13094== by 0x47C9CC: gtk_imhtml_get_markup_range (gtkimhtml.c:5198) ==13094== by 0x46EAEF: gtk_imhtml_clipboard_get (gtkimhtml.c:1007)
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 08 Jun 2008 21:59:54 +0000
parents 83ec0b408926
children db5a58aabe38
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.