|  |  |  | libempathy Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | Signals | ||||
                    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,
                                                         GHashTable *parameters);
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 (TpChannel *channel);
| 
 | |
| Returns : | 
EmpathyTpTube * empathy_tp_tube_new_stream_tube (EmpathyContact *contact, TpSocketAddressType type, const gchar *hostname, guint port, const gchar *service, GHashTable *parameters);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 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. |