view PLUGIN_HOWTO @ 29707:4d0ccbc905aa

account: Add copies of connection signed-(on|off) and connection-error. These are useful for D-Bus, where a program has no ability to figure out what account correlates to a signed-off or connection-error signal without tracking (before-hand) the association with account and connection id (by the time the program tries to call purple_connection_get_account, the gc is destroyed). Fixes #11130. Patch from Yonas Yanfa (I fixed a few issues and moved it all to account.c) committer: Paul Aurich <paul@darkrain42.org>
author yonas.yanfa@gmail.com
date Mon, 12 Apr 2010 03:55:07 +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.