Mercurial > pidgin
view doc/plugin-signals.dox @ 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 | e0613cf8c493 |
children |
line wrap: on
line source
/** @page plugin-signals Plugin Signals @signals @signal plugin-load @signal plugin-unload @endsignals @see plugin.h <hr> @signaldef plugin-load @signalproto void (*plugin_load)(PurplePlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is loaded. @param plugin The plugin that was loaded. @endsignaldef @signaldef plugin-unload @signalproto void (*plugin_unload)(PurplePlugin *plugin); @endsignalproto @signaldesc Emitted when a plugin is unloaded. @param plugin The plugin that was unloaded. @endsignaldef */ // vim: syntax=c.doxygen tw=75 et