Object Hierarchy
GInterface
+----TpaIChannel
Known Implementations
TpaIChannel is implemented by
TpaSession.
Signals
"closed" : Run Last / Has Details
Details
TpaIChannel
typedef struct _TpaIChannel TpaIChannel;
tpa_channel_init ()
void tpa_channel_init (TpaIChannel *iface,
gpointer data);
tpa_channel_finalize ()
void tpa_channel_finalize (GObject *obj);
tpa_channel_signal_closed ()
void tpa_channel_signal_closed (GObject *obj);
Implements DBus signal Closed
on interface org.freedesktop.Telepathy.Channel
Signal Details
The "closed" signal
void user_function (TpaIChannel *tpaichannel,
gpointer user_data) : Run Last / Has Details
tpaichannel : |
the object which received the signal.
|
user_data : |
user data set when the signal handler was connected. |