| Top |
| void | tf_channel_new_async () |
| TfChannel * | tf_channel_new_finish () |
| gboolean | tf_channel_bus_message () |
This class handles the media part of the org.freedesktop.Telepathy.Channel.Type.Call that has HardwareStreaming=FALSE
void tf_channel_new_async (TpChannel *channel_proxy,GAsyncReadyCallback callback,gpointer user_data);
Creates a new TfChannel from an existing channel proxy, the new TfChannel object will be return in the async callback.
The user must call tf_channel_new_finish() in the callback
to get the finished object.
channel_proxy |
a TpChannel proxy |
|
callback |
a GAsyncReadyCallback to call when the channel is ready |
|
user_data |
the data to pass to callback function |
TfChannel * tf_channel_new_finish (GObject *object,GAsyncResult *result,GError **error);
Completes the construction of a TfChannel.
Since 0.2.2
gboolean tf_channel_bus_message (TfChannel *channel,GstMessage *message);
You must call this function on call messages received on the async bus. GstMessages are not modified.