view PLUGIN_HOWTO @ 28896:4d7499dc540d

Patch from Gabriel Schulhof to correctly disable all missing dependencies if --disable-missing-dependencies is passed to configure. In some cases, this would only result in incorrect output from configure (yes, instead of no), but I think a few cases would probably not compile. Fixes #10623. committer: Elliott Sales de Andrade <qulogic@pidgin.im>
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 17 Jan 2010 00:59:14 +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.