| [Insert name here] Reference Manual | ||||
|---|---|---|---|---|
gboolean tpa_streamed_media_list_streams (GObject *obj, GPtrArray **ret, GError **error); gboolean tpa_streamed_media_request_streams (GObject *obj, guint contact_handle, const GArray *types, GArray **ret, GError **error); gboolean tpa_streamed_media_remove_streams (GObject *obj, GArray *stream_list, GError **error);
gboolean tpa_streamed_media_list_streams (GObject *obj,
GPtrArray **ret,
GError **error);
Implements DBus method ListStreams on interface org.freedesktop.Telepathy.Channel.Type.StreamedMedia
error: Used to return a pointer to a GError detailing any error
that occured, DBus will throw the error only if this
function returns false.
return: TRUE if successful, FALSE if an error was thrown.
obj : |
|
ret : |
|
error : |
|
| Returns : |
gboolean tpa_streamed_media_request_streams (GObject *obj,
guint contact_handle,
const GArray *types,
GArray **ret,
GError **error);
Implements DBus method RequestStreams on interface org.freedesktop.Telepathy.Channel.Type.StreamedMedia
error: Used to return a pointer to a GError detailing any error
that occured, DBus will throw the error only if this
function returns false.
return: TRUE if successful, FALSE if an error was thrown.
obj : |
|
contact_handle : |
|
types : |
|
ret : |
|
error : |
|
| Returns : |