pidgin 2.14.14dev
Core Signals

Signals:

See also
core.h

quitting

void (*quitting)();
Description:
Emitted when libpurple is quitting.

uri-handler

gboolean (*uri_handler)(const gchar *proto, const gchar *cmd, GHashTable *params);
Description:
Emitted when handling a registered URI.
Parameters
protoThe protocol of the URI.
cmdThe 'command' of the URI.
paramsAny key/value parameters from the URI.