annotate PLUGIN_HOWTO @ 29250:9e6105d7acbc

*** Plucked rev 2f5e5c51b0c4ca200f12170167cf0b2c40e41dfd (8e1d807c1aadfb510e14f047d2cf00e0c06be465): <glib/gstdio.h> only exists in glib 2.6 and newer. It was only needed for the definition of g_unlink() which internal.h handles for us anyway.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 07 Jan 2010 23:47:19 +0000
parents db5a58aabe38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15937
cc3c50816cc9 More gaim->whatever isms
Mark Doliner <mark@kingant.net>
parents: 14505
diff changeset
1 For information on writing a plugin for Purple, Pidgin or Finch, go
28380
db5a58aabe38 Wrap this file more consistently.
Richard Laager <rlaager@wiktel.com>
parents: 16176
diff changeset
2 http://developer.pidgin.im and click on API. From there, see the
db5a58aabe38 Wrap this file more consistently.
Richard Laager <rlaager@wiktel.com>
parents: 16176
diff changeset
3 HOWTOs in the "Related Pages" section.
14505
7acebc9d043f [gaim-migrate @ 17225]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
4
7acebc9d043f [gaim-migrate @ 17225]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
5 You can also generate this documentation locally by installing
15937
cc3c50816cc9 More gaim->whatever isms
Mark Doliner <mark@kingant.net>
parents: 14505
diff changeset
6 doxygen and graphviz dot, then running "make docs" in the
14505
7acebc9d043f [gaim-migrate @ 17225]
Mark Doliner <mark@kingant.net>
parents:
diff changeset
7 source tree. The documentation will be in the docs/html directory.