Mercurial > pidgin
view PLUGIN_HOWTO @ 24719:5ec72dbdd28e
Fix warnings where size_t/gsize was used for printf with the wrong format
specifier and fix some free's that should be g_free.
Fixes #7782.
committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 14 Dec 2008 02:58:44 +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.