PLUGIN_HOWTO

Thu, 24 Apr 2008 11:19:26 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Thu, 24 Apr 2008 11:19:26 +0000
changeset 22861
76cb58c0c40a
parent 16238
33bf2fd32108
child 28289
ae4cf144214c
permissions
-rw-r--r--

Used byte_stream_destroy(), added in 2b0e247173b206213210577c194020c78c864474,
rather than a direct call to g_free(), in the remaining places it was found
for ByteStreams.

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.

mercurial