![]() |
![]() |
![]() |
libempathy Reference Manual | ![]() |
---|---|---|---|---|
EmpathyTpTubeAddress; EmpathyTpTube; EmpathyTpTube* empathy_tp_tube_new (TpChannel *channel); EmpathyTpTube* empathy_tp_tube_new_stream_tube (EmpathyContact *contact, TpSocketAddressType type, const gchar *hostname, guint port, const gchar *service); void empathy_tp_tube_accept_stream_tube (EmpathyTpTube *tube, TpSocketAddressType type, EmpatyTpTubeAcceptStreamTubeCb *callback, gpointer user_data);
typedef struct { TpSocketAddressType type; union { struct socket_address_t { GArray *path; } socket; struct inet_address_t { gchar *hostname; guint port; } inet; } a; } EmpathyTpTubeAddress;
EmpathyTpTube* empathy_tp_tube_new_stream_tube (EmpathyContact *contact, TpSocketAddressType type, const gchar *hostname, guint port, const gchar *service);
|
|
|
|
|
|
|
|
|
|
Returns : |
void empathy_tp_tube_accept_stream_tube (EmpathyTpTube *tube, TpSocketAddressType type, EmpatyTpTubeAcceptStreamTubeCb *callback, gpointer user_data);
|
|
|
|
|
|
|
"destroy"
signalvoid user_function (EmpathyTpTube *empathytptube, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |