Object Hierarchy
GInterface
+----TpaIIce
Known Implementations
TpaIIce is implemented by
TpaSession.
Details
TpaIIce
typedef struct _TpaIIce TpaIIce;
TpaIIcePrivate
typedef struct _TpaIcePrivate TpaIIcePrivate;
tpa_ice_init ()
void tpa_ice_init (TpaIIce *iface,
gpointer data);
tpa_ice_finalize ()
void tpa_ice_finalize (GObject *obj);
tpa_ice_signal_new_ice_session_handler ()
void tpa_ice_signal_new_ice_session_handler
(GObject *obj,
const gchar *session_handler,
const gchar *type);
Implements DBus signal NewIceSessionHandler
on interface org.freedesktop.Telepathy.Channel.Interface.Ice
obj : |
|
session_handler : |
|
type : |
|
Signal Details
The "new-ice-session-handler" signal
void user_function (TpaIIce *tpaiice,
DBusGObjectPath *arg1,
gchar *arg2,
gpointer user_data) : Run Last / Has Details
tpaiice : |
the object which received the signal.
|
arg1 : |
|
arg2 : |
|
user_data : |
user data set when the signal handler was connected. |