|  |  |  | libempathy Reference Manual |  | 
|---|---|---|---|---|
                    EmpathyTpTube;
EmpathyTpTube*      empathy_tp_tube_new                 (TpChannel *channel,
                                                         guint tube_id);
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);
void                empathy_tp_tube_get_socket          (EmpathyTpTube *tube,
                                                         gchar **hostname,
                                                         guint *port);
"channel" TpChannel* : Read / Write / Construct Only "id" guint : Read / Write / Construct Only "initiator" guint : Read "initiator-contact" EmpathyContact* : Read "parameters" GHashTable* : Read "service" gchar* : Read "state" guint : Read "type" guint : Read
EmpathyTpTube* empathy_tp_tube_new (TpChannel *channel, guint tube_id);
| 
 | |
| 
 | |
| Returns : | 
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);
| 
 | |
| 
 | 
void empathy_tp_tube_get_socket (EmpathyTpTube *tube, gchar **hostname, guint *port);
| 
 | |
| 
 | |
| 
 | 
"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. |