![]() |
![]() |
![]() |
telepathy-glib API Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
TpClientChannelFactoryInterfaceTpClientChannelFactoryInterface — an interface for client channel factories |
"channel" TpStreamTubeChannel* : Read / Write / Construct Only "contact" TpContact* : Read / Write / Construct Only "socket-connection" GSocketConnection* : Read / Write / Construct Only
Client channel factories are used to create channel proxies. An application wanting to use its own TpChannel subclass has to implement an object implementing the TpClientChannelFactoryInterface interface.
"channel"
property"channel" TpStreamTubeChannel* : Read / Write / Construct Only
The TpStreamTubeChannel channel associated with this connection
This property can't be NULL
.
Since 0.13.2
"contact"
property"contact" TpContact* : Read / Write / Construct Only
The TpContact with who we are exchanging data through this tube, or
NULL
if we can't safely identify the contact.
Since 0.13.2
"socket-connection"
property"socket-connection" GSocketConnection* : Read / Write / Construct Only
The GSocketConnection used to transfer data through this connection. Read-only except during construction.
This property can't be NULL
.
Since 0.13.2
"closed"
signalvoid user_function (TpStreamTubeConnection *self, gpointer error, gpointer user_data) : Run Last
The ::closed signal is emitted when the connection manager reports that a tube connection has been closed.
|
the TpStreamTubeConnection |
|
a GError representing the error reported by the connection manager. [transfer none] |
|
user data set when the signal handler was connected. |
Since 0.13.2