telepathy-glib API Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
Service-side media streaming helper interfacesService-side media streaming helper interfaces — media session and media stream |
#include <telepathy-glib/telepathy-glib-dbus.h> TpSvcMediaSessionHandler; TpSvcMediaSessionHandlerClass; void (*tp_svc_media_session_handler_error_impl) (TpSvcMediaSessionHandler *self
,guint in_Error_Code
,const gchar *in_Message
,DBusGMethodInvocation *context
); void tp_svc_media_session_handler_implement_error (TpSvcMediaSessionHandlerClass *klass
,tp_svc_media_session_handler_error_impl impl
); void tp_svc_media_session_handler_return_from_error (DBusGMethodInvocation *context
); void (*tp_svc_media_session_handler_ready_impl) (TpSvcMediaSessionHandler *self
,DBusGMethodInvocation *context
); void tp_svc_media_session_handler_implement_ready (TpSvcMediaSessionHandlerClass *klass
,tp_svc_media_session_handler_ready_impl impl
); void tp_svc_media_session_handler_return_from_ready (DBusGMethodInvocation *context
); void tp_svc_media_session_handler_emit_new_stream_handler (gpointer instance
,const gchar *arg_Stream_Handler
,guint arg_ID
,guint arg_Media_Type
,guint arg_Direction
); TpSvcMediaStreamHandler; TpSvcMediaStreamHandlerClass; void (*tp_svc_media_stream_handler_codec_choice_impl) (TpSvcMediaStreamHandler *self
,guint in_Codec_ID
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_codec_choice (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_codec_choice_impl impl
); void tp_svc_media_stream_handler_return_from_codec_choice (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_error_impl) (TpSvcMediaStreamHandler *self
,guint in_Error_Code
,const gchar *in_Message
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_error (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_error_impl impl
); void tp_svc_media_stream_handler_return_from_error (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_native_candidates_prepared_impl) (TpSvcMediaStreamHandler *self
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_native_candidates_prepared (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_native_candidates_prepared_impl impl
); void tp_svc_media_stream_handler_return_from_native_candidates_prepared (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_new_active_candidate_pair_impl) (TpSvcMediaStreamHandler *self
,const gchar *in_Native_Candidate_ID
,const gchar *in_Remote_Candidate_ID
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_new_active_candidate_pair (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_new_active_candidate_pair_impl impl
); void tp_svc_media_stream_handler_return_from_new_active_candidate_pair (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_new_native_candidate_impl) (TpSvcMediaStreamHandler *self
,const gchar *in_Candidate_ID
,const GPtrArray *in_Transports
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_new_native_candidate (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_new_native_candidate_impl impl
); void tp_svc_media_stream_handler_return_from_new_native_candidate (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_ready_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_ready (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_ready_impl impl
); void tp_svc_media_stream_handler_return_from_ready (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_set_local_codecs_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_set_local_codecs (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_set_local_codecs_impl impl
); void tp_svc_media_stream_handler_return_from_set_local_codecs (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_stream_state_impl) (TpSvcMediaStreamHandler *self
,guint in_State
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_stream_state (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_stream_state_impl impl
); void tp_svc_media_stream_handler_return_from_stream_state (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_supported_codecs_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_supported_codecs (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_supported_codecs_impl impl
); void tp_svc_media_stream_handler_return_from_supported_codecs (DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_emit_add_remote_candidate (gpointer instance
,const gchar *arg_Candidate_ID
,const GPtrArray *arg_Transports
); void tp_svc_media_stream_handler_emit_close (gpointer instance
); void tp_svc_media_stream_handler_emit_remove_remote_candidate (gpointer instance
,const gchar *arg_Candidate_ID
); void tp_svc_media_stream_handler_emit_set_active_candidate_pair (gpointer instance
,const gchar *arg_Native_Candidate_ID
,const gchar *arg_Remote_Candidate_ID
); void tp_svc_media_stream_handler_emit_set_remote_candidate_list (gpointer instance
,const GPtrArray *arg_Remote_Candidates
); void tp_svc_media_stream_handler_emit_set_remote_codecs (gpointer instance
,const GPtrArray *arg_Codecs
); void tp_svc_media_stream_handler_emit_set_stream_playing (gpointer instance
,gboolean arg_Playing
); void tp_svc_media_stream_handler_emit_set_stream_sending (gpointer instance
,gboolean arg_Sending
); void tp_svc_media_stream_handler_emit_start_telephony_event (gpointer instance
,guchar arg_Event
); void tp_svc_media_stream_handler_emit_stop_telephony_event (gpointer instance
); void tp_svc_media_stream_handler_emit_set_stream_held (gpointer instance
,gboolean arg_Held
); void (*tp_svc_media_stream_handler_hold_state_impl) (TpSvcMediaStreamHandler *self
,gboolean in_Held
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_hold_state (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_hold_state_impl impl
); void tp_svc_media_stream_handler_implement_unhold_failure (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_unhold_failure_impl impl
); void tp_svc_media_stream_handler_return_from_hold_state (DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_return_from_unhold_failure (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_unhold_failure_impl) (TpSvcMediaStreamHandler *self
,DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_codecs_updated_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_implement_codecs_updated (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_codecs_updated_impl impl
); void tp_svc_media_stream_handler_return_from_codecs_updated (DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_emit_start_named_telephony_event (gpointer instance
,guchar arg_Event
,guint arg_Codec_ID
); void tp_svc_media_stream_handler_emit_start_sound_telephony_event (gpointer instance
,guchar arg_Event
); void tp_svc_media_stream_handler_implement_new_active_transport_pair (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_new_active_transport_pair_impl impl
); void (*tp_svc_media_stream_handler_new_active_transport_pair_impl) (TpSvcMediaStreamHandler *self
,const gchar *in_Native_Candidate_ID
,const GValueArray *in_Native_Transport
,const gchar *in_Remote_Candidate_ID
,const GValueArray *in_Remote_Transport
,DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_return_from_new_active_transport_pair (DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_emit_set_remote_feedback_messages (gpointer instance
,GHashTable *arg_Messages
); void tp_svc_media_stream_handler_emit_set_remote_header_extensions (gpointer instance
,const GPtrArray *arg_Header_Extensions
); void tp_svc_media_stream_handler_implement_supported_feedback_messages (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_supported_feedback_messages_impl impl
); void tp_svc_media_stream_handler_implement_supported_header_extensions (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_supported_header_extensions_impl impl
); void tp_svc_media_stream_handler_return_from_supported_feedback_messages (DBusGMethodInvocation *context
); void tp_svc_media_stream_handler_return_from_supported_header_extensions (DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_supported_feedback_messages_impl) (TpSvcMediaStreamHandler *self
,GHashTable *in_Messages
,DBusGMethodInvocation *context
); void (*tp_svc_media_stream_handler_supported_header_extensions_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Header_Extensions
,DBusGMethodInvocation *context
);
"new-stream-handler" :Has Details
"add-remote-candidate" :Has Details
"close" :Has Details
"remove-remote-candidate" :Has Details
"set-active-candidate-pair" :Has Details
"set-remote-candidate-list" :Has Details
"set-remote-codecs" :Has Details
"set-remote-feedback-messages" :Has Details
"set-remote-header-extensions" :Has Details
"set-stream-held" :Has Details
"set-stream-playing" :Has Details
"set-stream-sending" :Has Details
"start-named-telephony-event" :Has Details
"start-sound-telephony-event" :Has Details
"start-telephony-event" :Has Details
"stop-telephony-event" :Has Details
These interfaces (auto-generated from the telepathy spec) make it easier to export the objects used to implement TpSvcChannelTypeStreamedMedia, with the correct method and signal signatures, and emit signals from those objects.
typedef struct _TpSvcMediaSessionHandler TpSvcMediaSessionHandler;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcMediaSessionHandlerClass TpSvcMediaSessionHandlerClass;
The class of TpSvcMediaSessionHandler.
In a full implementation of this interface (i.e. all
methods implemented), the interface initialization
function used in G_IMPLEMENT_INTERFACE()
would
typically look like this:
static void implement_media_session_handler (gpointer klass, gpointer unused G_GNUC_UNUSED) { #define IMPLEMENT(x) tp_svc_media_session_handler_implement_##x (\ klass, my_object_##x) IMPLEMENT (error); IMPLEMENT (ready); #undef IMPLEMENT }
void (*tp_svc_media_session_handler_error_impl) (TpSvcMediaSessionHandler *self
,guint in_Error_Code
,const gchar *in_Message
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method Error on interface org.freedesktop.Telepathy.Media.SessionHandler.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
const gchar * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_session_handler_implement_error (TpSvcMediaSessionHandlerClass *klass
,tp_svc_media_session_handler_error_impl impl
);
Register an implementation for the Error method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the Error D-Bus method |
void tp_svc_media_session_handler_return_from_error
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_session_handler_ready_impl) (TpSvcMediaSessionHandler *self
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method Ready on interface org.freedesktop.Telepathy.Media.SessionHandler.
|
The object implementing this interface |
|
Used to return values or throw an error |
void tp_svc_media_session_handler_implement_ready (TpSvcMediaSessionHandlerClass *klass
,tp_svc_media_session_handler_ready_impl impl
);
Register an implementation for the Ready method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the Ready D-Bus method |
void tp_svc_media_session_handler_return_from_ready
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void tp_svc_media_session_handler_emit_new_stream_handler (gpointer instance
,const gchar *arg_Stream_Handler
,guint arg_ID
,guint arg_Media_Type
,guint arg_Direction
);
Type-safe wrapper around g_signal_emit to emit the NewStreamHandler signal on interface org.freedesktop.Telepathy.Media.SessionHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
typedef struct _TpSvcMediaStreamHandler TpSvcMediaStreamHandler;
Dummy typedef representing any implementation of this interface.
typedef struct _TpSvcMediaStreamHandlerClass TpSvcMediaStreamHandlerClass;
The class of TpSvcMediaStreamHandler.
In a full implementation of this interface (i.e. all
methods implemented), the interface initialization
function used in G_IMPLEMENT_INTERFACE()
would
typically look like this:
static void implement_media_stream_handler (gpointer klass, gpointer unused G_GNUC_UNUSED) { #define IMPLEMENT(x) tp_svc_media_stream_handler_implement_##x (\ klass, my_object_##x) IMPLEMENT (codec_choice); IMPLEMENT (error); IMPLEMENT (native_candidates_prepared); IMPLEMENT (new_active_candidate_pair); IMPLEMENT (new_active_transport_pair); IMPLEMENT (new_native_candidate); IMPLEMENT (ready); IMPLEMENT (set_local_codecs); IMPLEMENT (stream_state); IMPLEMENT (supported_codecs); IMPLEMENT (codecs_updated); IMPLEMENT (hold_state); IMPLEMENT (unhold_failure); IMPLEMENT (supported_feedback_messages); IMPLEMENT (supported_header_extensions); #undef IMPLEMENT }
void (*tp_svc_media_stream_handler_codec_choice_impl) (TpSvcMediaStreamHandler *self
,guint in_Codec_ID
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method CodecChoice on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_codec_choice (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_codec_choice_impl impl
);
Register an implementation for the CodecChoice method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the CodecChoice D-Bus method |
void tp_svc_media_stream_handler_return_from_codec_choice
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_error_impl) (TpSvcMediaStreamHandler *self
,guint in_Error_Code
,const gchar *in_Message
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method Error on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
const gchar * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_error (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_error_impl impl
);
Register an implementation for the Error method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the Error D-Bus method |
void tp_svc_media_stream_handler_return_from_error
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_native_candidates_prepared_impl) (TpSvcMediaStreamHandler *self
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method NativeCandidatesPrepared on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_native_candidates_prepared (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_native_candidates_prepared_impl impl
);
Register an implementation for the NativeCandidatesPrepared method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the NativeCandidatesPrepared D-Bus method |
void tp_svc_media_stream_handler_return_from_native_candidates_prepared
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_new_active_candidate_pair_impl) (TpSvcMediaStreamHandler *self
,const gchar *in_Native_Candidate_ID
,const gchar *in_Remote_Candidate_ID
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method NewActiveCandidatePair on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
|
const gchar * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_new_active_candidate_pair (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_new_active_candidate_pair_impl impl
);
Register an implementation for the NewActiveCandidatePair method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the NewActiveCandidatePair D-Bus method |
void tp_svc_media_stream_handler_return_from_new_active_candidate_pair
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_new_native_candidate_impl) (TpSvcMediaStreamHandler *self
,const gchar *in_Candidate_ID
,const GPtrArray *in_Transports
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method NewNativeCandidate on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
|
const GPtrArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_new_native_candidate (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_new_native_candidate_impl impl
);
Register an implementation for the NewNativeCandidate method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the NewNativeCandidate D-Bus method |
void tp_svc_media_stream_handler_return_from_new_native_candidate
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_ready_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method Ready on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_ready (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_ready_impl impl
);
Register an implementation for the Ready method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the Ready D-Bus method |
void tp_svc_media_stream_handler_return_from_ready
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_set_local_codecs_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method SetLocalCodecs on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_set_local_codecs (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_set_local_codecs_impl impl
);
Register an implementation for the SetLocalCodecs method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the SetLocalCodecs D-Bus method |
void tp_svc_media_stream_handler_return_from_set_local_codecs
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_stream_state_impl) (TpSvcMediaStreamHandler *self
,guint in_State
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method StreamState on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
guint (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_stream_state (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_stream_state_impl impl
);
Register an implementation for the StreamState method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the StreamState D-Bus method |
void tp_svc_media_stream_handler_return_from_stream_state
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_supported_codecs_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method SupportedCodecs on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_supported_codecs (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_supported_codecs_impl impl
);
Register an implementation for the SupportedCodecs method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the SupportedCodecs D-Bus method |
void tp_svc_media_stream_handler_return_from_supported_codecs
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void tp_svc_media_stream_handler_emit_add_remote_candidate (gpointer instance
,const gchar *arg_Candidate_ID
,const GPtrArray *arg_Transports
);
Type-safe wrapper around g_signal_emit to emit the AddRemoteCandidate signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
|
const GPtrArray * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_close
(gpointer instance
);
Type-safe wrapper around g_signal_emit to emit the Close signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
void tp_svc_media_stream_handler_emit_remove_remote_candidate (gpointer instance
,const gchar *arg_Candidate_ID
);
Type-safe wrapper around g_signal_emit to emit the RemoveRemoteCandidate signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_set_active_candidate_pair (gpointer instance
,const gchar *arg_Native_Candidate_ID
,const gchar *arg_Remote_Candidate_ID
);
Type-safe wrapper around g_signal_emit to emit the SetActiveCandidatePair signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
|
const gchar * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_set_remote_candidate_list (gpointer instance
,const GPtrArray *arg_Remote_Candidates
);
Type-safe wrapper around g_signal_emit to emit the SetRemoteCandidateList signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_set_remote_codecs (gpointer instance
,const GPtrArray *arg_Codecs
);
Type-safe wrapper around g_signal_emit to emit the SetRemoteCodecs signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_set_stream_playing (gpointer instance
,gboolean arg_Playing
);
Type-safe wrapper around g_signal_emit to emit the SetStreamPlaying signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
gboolean (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_set_stream_sending (gpointer instance
,gboolean arg_Sending
);
Type-safe wrapper around g_signal_emit to emit the SetStreamSending signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
gboolean (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_start_telephony_event (gpointer instance
,guchar arg_Event
);
Type-safe wrapper around g_signal_emit to emit the StartTelephonyEvent signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
guchar (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_stop_telephony_event
(gpointer instance
);
Type-safe wrapper around g_signal_emit to emit the StopTelephonyEvent signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
void tp_svc_media_stream_handler_emit_set_stream_held (gpointer instance
,gboolean arg_Held
);
Type-safe wrapper around g_signal_emit to emit the SetStreamHeld signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
gboolean (FIXME, generate documentation) |
void (*tp_svc_media_stream_handler_hold_state_impl) (TpSvcMediaStreamHandler *self
,gboolean in_Held
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method HoldState on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
gboolean (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_hold_state (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_hold_state_impl impl
);
Register an implementation for the HoldState method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the HoldState D-Bus method |
void tp_svc_media_stream_handler_implement_unhold_failure (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_unhold_failure_impl impl
);
Register an implementation for the UnholdFailure method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the UnholdFailure D-Bus method |
void tp_svc_media_stream_handler_return_from_hold_state
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void tp_svc_media_stream_handler_return_from_unhold_failure
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_unhold_failure_impl) (TpSvcMediaStreamHandler *self
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method UnholdFailure on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
Used to return values or throw an error |
void (*tp_svc_media_stream_handler_codecs_updated_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Codecs
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method CodecsUpdated on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_implement_codecs_updated (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_codecs_updated_impl impl
);
Register an implementation for the CodecsUpdated method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the CodecsUpdated D-Bus method |
void tp_svc_media_stream_handler_return_from_codecs_updated
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void tp_svc_media_stream_handler_emit_start_named_telephony_event (gpointer instance
,guchar arg_Event
,guint arg_Codec_ID
);
Type-safe wrapper around g_signal_emit to emit the StartNamedTelephonyEvent signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
guchar (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_start_sound_telephony_event (gpointer instance
,guchar arg_Event
);
Type-safe wrapper around g_signal_emit to emit the StartSoundTelephonyEvent signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
guchar (FIXME, generate documentation) |
void tp_svc_media_stream_handler_implement_new_active_transport_pair (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_new_active_transport_pair_impl impl
);
Register an implementation for the NewActiveTransportPair method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the NewActiveTransportPair D-Bus method |
void (*tp_svc_media_stream_handler_new_active_transport_pair_impl) (TpSvcMediaStreamHandler *self
,const gchar *in_Native_Candidate_ID
,const GValueArray *in_Native_Transport
,const gchar *in_Remote_Candidate_ID
,const GValueArray *in_Remote_Transport
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method NewActiveTransportPair on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const gchar * (FIXME, generate documentation) |
|
const GValueArray * (FIXME, generate documentation) |
|
const gchar * (FIXME, generate documentation) |
|
const GValueArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void tp_svc_media_stream_handler_return_from_new_active_transport_pair
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void tp_svc_media_stream_handler_emit_set_remote_feedback_messages (gpointer instance
,GHashTable *arg_Messages
);
Type-safe wrapper around g_signal_emit to emit the SetRemoteFeedbackMessages signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
GHashTable * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_emit_set_remote_header_extensions (gpointer instance
,const GPtrArray *arg_Header_Extensions
);
Type-safe wrapper around g_signal_emit to emit the SetRemoteHeaderExtensions signal on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
void tp_svc_media_stream_handler_implement_supported_feedback_messages (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_supported_feedback_messages_impl impl
);
Register an implementation for the SupportedFeedbackMessages method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the SupportedFeedbackMessages D-Bus method |
void tp_svc_media_stream_handler_implement_supported_header_extensions (TpSvcMediaStreamHandlerClass *klass
,tp_svc_media_stream_handler_supported_header_extensions_impl impl
);
Register an implementation for the SupportedHeaderExtensions method in the vtable of an implementation of this interface. To be called from the interface init function.
|
A class whose instances implement this interface |
|
A callback used to implement the SupportedHeaderExtensions D-Bus method |
void tp_svc_media_stream_handler_return_from_supported_feedback_messages
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void tp_svc_media_stream_handler_return_from_supported_header_extensions
(DBusGMethodInvocation *context
);
Return successfully by calling dbus_g_method_return()
.
This inline function exists only to provide type-safety.
|
The D-Bus method invocation context |
void (*tp_svc_media_stream_handler_supported_feedback_messages_impl) (TpSvcMediaStreamHandler *self
,GHashTable *in_Messages
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method SupportedFeedbackMessages on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
GHashTable * (FIXME, generate documentation) |
|
Used to return values or throw an error |
void (*tp_svc_media_stream_handler_supported_header_extensions_impl) (TpSvcMediaStreamHandler *self
,const GPtrArray *in_Header_Extensions
,DBusGMethodInvocation *context
);
The signature of an implementation of the D-Bus method SupportedHeaderExtensions on interface org.freedesktop.Telepathy.Media.StreamHandler.
|
The object implementing this interface |
|
const GPtrArray * (FIXME, generate documentation) |
|
Used to return values or throw an error |
"new-stream-handler"
signalvoid user_function (TpSvcMediaSessionHandler *self,
DBusGObjectPath *arg_Stream_Handler,
guint arg_ID,
guint arg_Media_Type,
guint arg_Direction,
gpointer user_data) : Has Details
The NewStreamHandler D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const gchar * (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"add-remote-candidate"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gchar *arg_Candidate_ID,
gpointer user_data) : Has Details
The AddRemoteCandidate D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const gchar * (FIXME, generate documentation) |
|
const GPtrArray * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"close"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gpointer user_data) : Has Details
The Close D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
user data set when the signal handler was connected. |
"remove-remote-candidate"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gchar *arg_Candidate_ID,
gpointer user_data) : Has Details
The RemoveRemoteCandidate D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const gchar * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-active-candidate-pair"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gchar *arg_Native_Candidate_ID,
gchar *arg_Remote_Candidate_ID,
gpointer user_data) : Has Details
The SetActiveCandidatePair D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const gchar * (FIXME, generate documentation) |
|
const gchar * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-remote-candidate-list"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gpointer user_data) : Has Details
The SetRemoteCandidateList D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const GPtrArray * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-remote-codecs"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gpointer user_data) : Has Details
The SetRemoteCodecs D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const GPtrArray * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-remote-feedback-messages"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gpointer user_data) : Has Details
The SetRemoteFeedbackMessages D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
GHashTable * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-remote-header-extensions"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gpointer user_data) : Has Details
The SetRemoteHeaderExtensions D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
const GPtrArray * (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-stream-held"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gboolean arg_Held,
gpointer user_data) : Has Details
The SetStreamHeld D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
gboolean (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-stream-playing"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gboolean arg_Playing,
gpointer user_data) : Has Details
The SetStreamPlaying D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
gboolean (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"set-stream-sending"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gboolean arg_Sending,
gpointer user_data) : Has Details
The SetStreamSending D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
gboolean (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"start-named-telephony-event"
signalvoid user_function (TpSvcMediaStreamHandler *self,
guchar arg_Event,
guint arg_Codec_ID,
gpointer user_data) : Has Details
The StartNamedTelephonyEvent D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
guchar (FIXME, generate documentation) |
|
guint (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"start-sound-telephony-event"
signalvoid user_function (TpSvcMediaStreamHandler *self,
guchar arg_Event,
gpointer user_data) : Has Details
The StartSoundTelephonyEvent D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
guchar (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"start-telephony-event"
signalvoid user_function (TpSvcMediaStreamHandler *self,
guchar arg_Event,
gpointer user_data) : Has Details
The StartTelephonyEvent D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
guchar (FIXME, generate documentation) |
|
user data set when the signal handler was connected. |
"stop-telephony-event"
signalvoid user_function (TpSvcMediaStreamHandler *self,
gpointer user_data) : Has Details
The StopTelephonyEvent D-Bus signal is emitted whenever this GObject signal is.
|
an object |
|
user data set when the signal handler was connected. |