Sound Manager
|
#include <gio/gio.h>
Go to the source code of this file.
Data Structures | |
struct | _AudiomanagerCommandinterfaceIface |
struct | _AudiomanagerCommandinterfaceProxy |
struct | _AudiomanagerCommandinterfaceProxyClass |
struct | _AudiomanagerCommandinterfaceSkeleton |
struct | _AudiomanagerCommandinterfaceSkeletonClass |
struct | _AudiomanagerRoutinginterfaceIface |
struct | _AudiomanagerRoutinginterfaceProxy |
struct | _AudiomanagerRoutinginterfaceProxyClass |
struct | _AudiomanagerRoutinginterfaceSkeleton |
struct | _AudiomanagerRoutinginterfaceSkeletonClass |
struct | _AudiomanagerRoutingSoundmanagerIface |
struct | _AudiomanagerRoutingSoundmanagerProxy |
struct | _AudiomanagerRoutingSoundmanagerProxyClass |
struct | _AudiomanagerRoutingSoundmanagerSkeleton |
struct | _AudiomanagerRoutingSoundmanagerSkeletonClass |
struct | _ObjectIface |
struct | _ObjectProxy |
struct | _ObjectProxyClass |
struct | _ObjectSkeleton |
struct | _ObjectSkeletonClass |
struct | _ObjectManagerClient |
struct | _ObjectManagerClientClass |
Functions | |
GType | audiomanager_commandinterface_get_type (void) G_GNUC_CONST |
GDBusInterfaceInfo * | audiomanager_commandinterface_interface_info (void) |
guint | audiomanager_commandinterface_override_properties (GObjectClass *klass, guint property_id_begin) |
void | audiomanager_commandinterface_complete_connect (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result, guint16 mainConnectionID) |
void | audiomanager_commandinterface_complete_disconnect (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result) |
void | audiomanager_commandinterface_complete_set_volume (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result) |
void | audiomanager_commandinterface_complete_volume_step (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result) |
void | audiomanager_commandinterface_complete_set_sink_mute_state (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result) |
void | audiomanager_commandinterface_complete_get_list_main_connections (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result, GVariant *listConnections) |
void | audiomanager_commandinterface_complete_get_list_main_sinks (AudiomanagerCommandinterface *object, GDBusMethodInvocation *invocation, gint16 result, GVariant *listMainSinks) |
void | audiomanager_commandinterface_emit_new_main_connection (AudiomanagerCommandinterface *object, GVariant *arg_mainConnection) |
void | audiomanager_commandinterface_emit_removed_main_connection (AudiomanagerCommandinterface *object, guint16 arg_mainConnectionId) |
void | audiomanager_commandinterface_emit_main_connection_state_changed (AudiomanagerCommandinterface *object, guint16 arg_connectionID, gint16 arg_connectionState) |
void | audiomanager_commandinterface_emit_volume_changed (AudiomanagerCommandinterface *object, guint16 arg_sinkID, gint16 arg_volume) |
void | audiomanager_commandinterface_emit_sink_mute_state_changed (AudiomanagerCommandinterface *object, guint16 arg_sinkID, gint16 arg_muteState) |
void | audiomanager_commandinterface_emit_system_property_changed (AudiomanagerCommandinterface *object, GVariant *arg_SystemProperty) |
void | audiomanager_commandinterface_call_connect (AudiomanagerCommandinterface *proxy, guint16 arg_sourceID, guint16 arg_sinkID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_connect_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, guint16 *out_mainConnectionID, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_connect_sync (AudiomanagerCommandinterface *proxy, guint16 arg_sourceID, guint16 arg_sinkID, gint16 *out_result, guint16 *out_mainConnectionID, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_call_disconnect (AudiomanagerCommandinterface *proxy, guint16 arg_mainConnectionID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_disconnect_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_disconnect_sync (AudiomanagerCommandinterface *proxy, guint16 arg_mainConnectionID, gint16 *out_result, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_call_set_volume (AudiomanagerCommandinterface *proxy, guint16 arg_sinkID, gint16 arg_volume, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_set_volume_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_set_volume_sync (AudiomanagerCommandinterface *proxy, guint16 arg_sinkID, gint16 arg_volume, gint16 *out_result, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_call_volume_step (AudiomanagerCommandinterface *proxy, guint16 arg_sinkID, gint16 arg_volumeStep, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_volume_step_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_volume_step_sync (AudiomanagerCommandinterface *proxy, guint16 arg_sinkID, gint16 arg_volumeStep, gint16 *out_result, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_call_set_sink_mute_state (AudiomanagerCommandinterface *proxy, guint16 arg_sinkID, gint16 arg_muteState, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_set_sink_mute_state_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_set_sink_mute_state_sync (AudiomanagerCommandinterface *proxy, guint16 arg_sinkID, gint16 arg_muteState, gint16 *out_result, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_call_get_list_main_connections (AudiomanagerCommandinterface *proxy, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_get_list_main_connections_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, GVariant **out_listConnections, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_get_list_main_connections_sync (AudiomanagerCommandinterface *proxy, gint16 *out_result, GVariant **out_listConnections, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_call_get_list_main_sinks (AudiomanagerCommandinterface *proxy, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_commandinterface_call_get_list_main_sinks_finish (AudiomanagerCommandinterface *proxy, gint16 *out_result, GVariant **out_listMainSinks, GAsyncResult *res, GError **error) |
gboolean | audiomanager_commandinterface_call_get_list_main_sinks_sync (AudiomanagerCommandinterface *proxy, gint16 *out_result, GVariant **out_listMainSinks, GCancellable *cancellable, GError **error) |
GType | audiomanager_commandinterface_proxy_get_type (void) G_GNUC_CONST |
void | audiomanager_commandinterface_proxy_new (GDBusConnection *connection, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
AudiomanagerCommandinterface * | audiomanager_commandinterface_proxy_new_finish (GAsyncResult *res, GError **error) |
AudiomanagerCommandinterface * | audiomanager_commandinterface_proxy_new_sync (GDBusConnection *connection, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
void | audiomanager_commandinterface_proxy_new_for_bus (GBusType bus_type, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
AudiomanagerCommandinterface * | audiomanager_commandinterface_proxy_new_for_bus_finish (GAsyncResult *res, GError **error) |
AudiomanagerCommandinterface * | audiomanager_commandinterface_proxy_new_for_bus_sync (GBusType bus_type, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
GType | audiomanager_commandinterface_skeleton_get_type (void) G_GNUC_CONST |
AudiomanagerCommandinterface * | audiomanager_commandinterface_skeleton_new (void) |
GType | audiomanager_routinginterface_get_type (void) G_GNUC_CONST |
GDBusInterfaceInfo * | audiomanager_routinginterface_interface_info (void) |
guint | audiomanager_routinginterface_override_properties (GObjectClass *klass, guint property_id_begin) |
void | audiomanager_routinginterface_complete_ack_connect (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_ack_disconnect (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_ack_set_source_state (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_ack_set_sink_volume (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_register_sink (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation, guint16 sinkID, guint16 error) |
void | audiomanager_routinginterface_complete_deregister_sink (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation, gint error) |
void | audiomanager_routinginterface_complete_register_source (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation, guint16 sourceID, guint16 error) |
void | audiomanager_routinginterface_complete_deregister_source (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation, guint16 error) |
void | audiomanager_routinginterface_complete_hook_interrupt_status_change (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_hook_source_availablity_status_change (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_confirm_routing_ready (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_confirm_routing_rundown (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_ack_set_volumes (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_ack_sink_notification_configuration (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_ack_source_notification_configuration (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routinginterface_complete_register_domain (AudiomanagerRoutinginterface *object, GDBusMethodInvocation *invocation, guint16 domainid, guint16 error) |
void | audiomanager_routinginterface_emit_set_routing_ready (AudiomanagerRoutinginterface *object) |
void | audiomanager_routinginterface_emit_set_routing_rundown (AudiomanagerRoutinginterface *object) |
void | audiomanager_routinginterface_call_ack_connect (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_connectionID, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_connect_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_connect_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_connectionID, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_ack_disconnect (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_connectionID, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_disconnect_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_disconnect_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_connectionID, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_ack_set_source_state (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_set_source_state_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_set_source_state_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_ack_set_sink_volume (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, gint16 arg_volume, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_set_sink_volume_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_set_sink_volume_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, gint16 arg_volume, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_register_sink (AudiomanagerRoutinginterface *proxy, GVariant *arg_sinkData, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_register_sink_finish (AudiomanagerRoutinginterface *proxy, guint16 *out_sinkID, guint16 *out_error, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_register_sink_sync (AudiomanagerRoutinginterface *proxy, GVariant *arg_sinkData, guint16 *out_sinkID, guint16 *out_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_deregister_sink (AudiomanagerRoutinginterface *proxy, guint16 arg_sinkID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_deregister_sink_finish (AudiomanagerRoutinginterface *proxy, gint *out_error, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_deregister_sink_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_sinkID, gint *out_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_register_source (AudiomanagerRoutinginterface *proxy, GVariant *arg_sourceData, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_register_source_finish (AudiomanagerRoutinginterface *proxy, guint16 *out_sourceID, guint16 *out_error, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_register_source_sync (AudiomanagerRoutinginterface *proxy, GVariant *arg_sourceData, guint16 *out_sourceID, guint16 *out_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_deregister_source (AudiomanagerRoutinginterface *proxy, guint16 arg_sourceID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_deregister_source_finish (AudiomanagerRoutinginterface *proxy, guint16 *out_error, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_deregister_source_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_sourceID, guint16 *out_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_hook_interrupt_status_change (AudiomanagerRoutinginterface *proxy, guint16 arg_sourceID, guint16 arg_interruptState, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_hook_interrupt_status_change_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_hook_interrupt_status_change_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_sourceID, guint16 arg_interruptState, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_hook_source_availablity_status_change (AudiomanagerRoutinginterface *proxy, guint16 arg_sourceID, GVariant *arg_availability, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_hook_source_availablity_status_change_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_hook_source_availablity_status_change_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_sourceID, GVariant *arg_availability, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_confirm_routing_ready (AudiomanagerRoutinginterface *proxy, guint16 arg_domainID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_confirm_routing_ready_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_confirm_routing_ready_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_domainID, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_confirm_routing_rundown (AudiomanagerRoutinginterface *proxy, guint16 arg_domainID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_confirm_routing_rundown_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_confirm_routing_rundown_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_domainID, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_ack_set_volumes (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, GVariant *arg_listvolumes, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_set_volumes_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_set_volumes_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, GVariant *arg_listvolumes, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_ack_sink_notification_configuration (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_sink_notification_configuration_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_sink_notification_configuration_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_ack_source_notification_configuration (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_error, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_ack_source_notification_configuration_finish (AudiomanagerRoutinginterface *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_ack_source_notification_configuration_sync (AudiomanagerRoutinginterface *proxy, guint16 arg_handle, guint16 arg_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_call_register_domain (AudiomanagerRoutinginterface *proxy, GVariant *arg_domaindata, const gchar *arg_returnBusname, const gchar *arg_returnPath, const gchar *arg_returnInterface, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routinginterface_call_register_domain_finish (AudiomanagerRoutinginterface *proxy, guint16 *out_domainid, guint16 *out_error, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routinginterface_call_register_domain_sync (AudiomanagerRoutinginterface *proxy, GVariant *arg_domaindata, const gchar *arg_returnBusname, const gchar *arg_returnPath, const gchar *arg_returnInterface, guint16 *out_domainid, guint16 *out_error, GCancellable *cancellable, GError **error) |
GType | audiomanager_routinginterface_proxy_get_type (void) G_GNUC_CONST |
void | audiomanager_routinginterface_proxy_new (GDBusConnection *connection, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
AudiomanagerRoutinginterface * | audiomanager_routinginterface_proxy_new_finish (GAsyncResult *res, GError **error) |
AudiomanagerRoutinginterface * | audiomanager_routinginterface_proxy_new_sync (GDBusConnection *connection, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
void | audiomanager_routinginterface_proxy_new_for_bus (GBusType bus_type, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
AudiomanagerRoutinginterface * | audiomanager_routinginterface_proxy_new_for_bus_finish (GAsyncResult *res, GError **error) |
AudiomanagerRoutinginterface * | audiomanager_routinginterface_proxy_new_for_bus_sync (GBusType bus_type, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
GType | audiomanager_routinginterface_skeleton_get_type (void) G_GNUC_CONST |
AudiomanagerRoutinginterface * | audiomanager_routinginterface_skeleton_new (void) |
GType | audiomanager_routing_soundmanager_get_type (void) G_GNUC_CONST |
GDBusInterfaceInfo * | audiomanager_routing_soundmanager_interface_info (void) |
guint | audiomanager_routing_soundmanager_override_properties (GObjectClass *klass, guint property_id_begin) |
void | audiomanager_routing_soundmanager_complete_async_abort (AudiomanagerRoutingSoundmanager *object, GDBusMethodInvocation *invocation, gint16 error) |
void | audiomanager_routing_soundmanager_complete_async_connect (AudiomanagerRoutingSoundmanager *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routing_soundmanager_complete_async_disconnect (AudiomanagerRoutingSoundmanager *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routing_soundmanager_complete_async_set_sink_volume (AudiomanagerRoutingSoundmanager *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routing_soundmanager_complete_async_set_source_state (AudiomanagerRoutingSoundmanager *object, GDBusMethodInvocation *invocation) |
void | audiomanager_routing_soundmanager_call_async_abort (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routing_soundmanager_call_async_abort_finish (AudiomanagerRoutingSoundmanager *proxy, gint16 *out_error, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routing_soundmanager_call_async_abort_sync (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, gint16 *out_error, GCancellable *cancellable, GError **error) |
void | audiomanager_routing_soundmanager_call_async_connect (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_connectionID, guint16 arg_sourceID, guint16 arg_sinkID, gint arg_connectionFormat, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routing_soundmanager_call_async_connect_finish (AudiomanagerRoutingSoundmanager *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routing_soundmanager_call_async_connect_sync (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_connectionID, guint16 arg_sourceID, guint16 arg_sinkID, gint arg_connectionFormat, GCancellable *cancellable, GError **error) |
void | audiomanager_routing_soundmanager_call_async_disconnect (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_connectionID, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routing_soundmanager_call_async_disconnect_finish (AudiomanagerRoutingSoundmanager *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routing_soundmanager_call_async_disconnect_sync (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_connectionID, GCancellable *cancellable, GError **error) |
void | audiomanager_routing_soundmanager_call_async_set_sink_volume (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_sinkID, gint16 arg_volume, gint16 arg_ramp, guint16 arg_time, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routing_soundmanager_call_async_set_sink_volume_finish (AudiomanagerRoutingSoundmanager *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routing_soundmanager_call_async_set_sink_volume_sync (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_sinkID, gint16 arg_volume, gint16 arg_ramp, guint16 arg_time, GCancellable *cancellable, GError **error) |
void | audiomanager_routing_soundmanager_call_async_set_source_state (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_sourceID, gint arg_sourceState, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
gboolean | audiomanager_routing_soundmanager_call_async_set_source_state_finish (AudiomanagerRoutingSoundmanager *proxy, GAsyncResult *res, GError **error) |
gboolean | audiomanager_routing_soundmanager_call_async_set_source_state_sync (AudiomanagerRoutingSoundmanager *proxy, guint16 arg_handle, guint16 arg_sourceID, gint arg_sourceState, GCancellable *cancellable, GError **error) |
GType | audiomanager_routing_soundmanager_proxy_get_type (void) G_GNUC_CONST |
void | audiomanager_routing_soundmanager_proxy_new (GDBusConnection *connection, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
AudiomanagerRoutingSoundmanager * | audiomanager_routing_soundmanager_proxy_new_finish (GAsyncResult *res, GError **error) |
AudiomanagerRoutingSoundmanager * | audiomanager_routing_soundmanager_proxy_new_sync (GDBusConnection *connection, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
void | audiomanager_routing_soundmanager_proxy_new_for_bus (GBusType bus_type, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
AudiomanagerRoutingSoundmanager * | audiomanager_routing_soundmanager_proxy_new_for_bus_finish (GAsyncResult *res, GError **error) |
AudiomanagerRoutingSoundmanager * | audiomanager_routing_soundmanager_proxy_new_for_bus_sync (GBusType bus_type, GDBusProxyFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
GType | audiomanager_routing_soundmanager_skeleton_get_type (void) G_GNUC_CONST |
AudiomanagerRoutingSoundmanager * | audiomanager_routing_soundmanager_skeleton_new (void) |
GType | object_get_type (void) G_GNUC_CONST |
AudiomanagerCommandinterface * | object_get_audiomanager_commandinterface (Object *object) |
AudiomanagerRoutinginterface * | object_get_audiomanager_routinginterface (Object *object) |
AudiomanagerRoutingSoundmanager * | object_get_audiomanager_routing_soundmanager (Object *object) |
AudiomanagerCommandinterface * | object_peek_audiomanager_commandinterface (Object *object) |
AudiomanagerRoutinginterface * | object_peek_audiomanager_routinginterface (Object *object) |
AudiomanagerRoutingSoundmanager * | object_peek_audiomanager_routing_soundmanager (Object *object) |
GType | object_proxy_get_type (void) G_GNUC_CONST |
ObjectProxy * | object_proxy_new (GDBusConnection *connection, const gchar *object_path) |
GType | object_skeleton_get_type (void) G_GNUC_CONST |
ObjectSkeleton * | object_skeleton_new (const gchar *object_path) |
void | object_skeleton_set_audiomanager_commandinterface (ObjectSkeleton *object, AudiomanagerCommandinterface *interface_) |
void | object_skeleton_set_audiomanager_routinginterface (ObjectSkeleton *object, AudiomanagerRoutinginterface *interface_) |
void | object_skeleton_set_audiomanager_routing_soundmanager (ObjectSkeleton *object, AudiomanagerRoutingSoundmanager *interface_) |
GType | object_manager_client_get_type (void) G_GNUC_CONST |
GType | object_manager_client_get_proxy_type (GDBusObjectManagerClient *manager, const gchar *object_path, const gchar *interface_name, gpointer user_data) |
void | object_manager_client_new (GDBusConnection *connection, GDBusObjectManagerClientFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
GDBusObjectManager * | object_manager_client_new_finish (GAsyncResult *res, GError **error) |
GDBusObjectManager * | object_manager_client_new_sync (GDBusConnection *connection, GDBusObjectManagerClientFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
void | object_manager_client_new_for_bus (GBusType bus_type, GDBusObjectManagerClientFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
GDBusObjectManager * | object_manager_client_new_for_bus_finish (GAsyncResult *res, GError **error) |
GDBusObjectManager * | object_manager_client_new_for_bus_sync (GBusType bus_type, GDBusObjectManagerClientFlags flags, const gchar *name, const gchar *object_path, GCancellable *cancellable, GError **error) |
#define AUDIOMANAGER_COMMANDINTERFACE | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE, AudiomanagerCommandinterface)) |
Definition at line 19 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_GET_IFACE | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE, AudiomanagerCommandinterfaceIface)) |
Definition at line 21 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE_PROXY, AudiomanagerCommandinterfaceProxy)) |
Definition at line 331 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_AUDIOMANAGER_COMMANDINTERFACE_PROXY, AudiomanagerCommandinterfaceProxyClass)) |
Definition at line 332 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_PROXY_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE_PROXY, AudiomanagerCommandinterfaceProxyClass)) |
Definition at line 333 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE_SKELETON, AudiomanagerCommandinterfaceSkeleton)) |
Definition at line 397 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_AUDIOMANAGER_COMMANDINTERFACE_SKELETON, AudiomanagerCommandinterfaceSkeletonClass)) |
Definition at line 398 of file audio_manager_interface.h.
#define AUDIOMANAGER_COMMANDINTERFACE_SKELETON_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE_SKELETON, AudiomanagerCommandinterfaceSkeletonClass)) |
Definition at line 399 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER, AudiomanagerRoutingSoundmanager)) |
Definition at line 1074 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_GET_IFACE | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER, AudiomanagerRoutingSoundmanagerIface)) |
Definition at line 1076 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY, AudiomanagerRoutingSoundmanagerProxy)) |
Definition at line 1274 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY, AudiomanagerRoutingSoundmanagerProxyClass)) |
Definition at line 1275 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY, AudiomanagerRoutingSoundmanagerProxyClass)) |
Definition at line 1276 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON, AudiomanagerRoutingSoundmanagerSkeleton)) |
Definition at line 1340 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON, AudiomanagerRoutingSoundmanagerSkeletonClass)) |
Definition at line 1341 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON, AudiomanagerRoutingSoundmanagerSkeletonClass)) |
Definition at line 1342 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE, AudiomanagerRoutinginterface)) |
Definition at line 428 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_GET_IFACE | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE, AudiomanagerRoutinginterfaceIface)) |
Definition at line 430 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_PROXY, AudiomanagerRoutinginterfaceProxy)) |
Definition at line 977 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_PROXY, AudiomanagerRoutinginterfaceProxyClass)) |
Definition at line 978 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_PROXY_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_PROXY, AudiomanagerRoutinginterfaceProxyClass)) |
Definition at line 979 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON, AudiomanagerRoutinginterfaceSkeleton)) |
Definition at line 1043 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON, AudiomanagerRoutinginterfaceSkeletonClass)) |
Definition at line 1044 of file audio_manager_interface.h.
#define AUDIOMANAGER_ROUTINGINTERFACE_SKELETON_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON, AudiomanagerRoutinginterfaceSkeletonClass)) |
Definition at line 1045 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_COMMANDINTERFACE | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE)) |
Definition at line 20 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_COMMANDINTERFACE_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE_PROXY)) |
Definition at line 334 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_COMMANDINTERFACE_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_AUDIOMANAGER_COMMANDINTERFACE_PROXY)) |
Definition at line 335 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_COMMANDINTERFACE_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_COMMANDINTERFACE_SKELETON)) |
Definition at line 400 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_COMMANDINTERFACE_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_AUDIOMANAGER_COMMANDINTERFACE_SKELETON)) |
Definition at line 401 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTING_SOUNDMANAGER | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER)) |
Definition at line 1075 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY)) |
Definition at line 1277 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY)) |
Definition at line 1278 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON)) |
Definition at line 1343 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON)) |
Definition at line 1344 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTINGINTERFACE | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE)) |
Definition at line 429 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTINGINTERFACE_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_PROXY)) |
Definition at line 980 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTINGINTERFACE_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_PROXY)) |
Definition at line 981 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON)) |
Definition at line 1046 of file audio_manager_interface.h.
#define IS_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON)) |
Definition at line 1047 of file audio_manager_interface.h.
#define IS_OBJECT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_OBJECT)) |
Definition at line 1371 of file audio_manager_interface.h.
#define IS_OBJECT_MANAGER_CLIENT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_OBJECT_MANAGER_CLIENT)) |
Definition at line 1453 of file audio_manager_interface.h.
#define IS_OBJECT_MANAGER_CLIENT_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_OBJECT_MANAGER_CLIENT)) |
Definition at line 1454 of file audio_manager_interface.h.
#define IS_OBJECT_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_OBJECT_PROXY)) |
Definition at line 1396 of file audio_manager_interface.h.
#define IS_OBJECT_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_OBJECT_PROXY)) |
Definition at line 1397 of file audio_manager_interface.h.
#define IS_OBJECT_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), TYPE_OBJECT_SKELETON)) |
Definition at line 1422 of file audio_manager_interface.h.
#define IS_OBJECT_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), TYPE_OBJECT_SKELETON)) |
Definition at line 1423 of file audio_manager_interface.h.
#define OBJECT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_OBJECT, Object)) |
Definition at line 1370 of file audio_manager_interface.h.
#define OBJECT_GET_IFACE | ( | o | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((o), TYPE_OBJECT, Object)) |
Definition at line 1372 of file audio_manager_interface.h.
#define OBJECT_MANAGER_CLIENT | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_OBJECT_MANAGER_CLIENT, ObjectManagerClient)) |
Definition at line 1450 of file audio_manager_interface.h.
#define OBJECT_MANAGER_CLIENT_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_OBJECT_MANAGER_CLIENT, ObjectManagerClientClass)) |
Definition at line 1451 of file audio_manager_interface.h.
#define OBJECT_MANAGER_CLIENT_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_OBJECT_MANAGER_CLIENT, ObjectManagerClientClass)) |
Definition at line 1452 of file audio_manager_interface.h.
#define OBJECT_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_OBJECT_PROXY, ObjectProxy)) |
Definition at line 1393 of file audio_manager_interface.h.
#define OBJECT_PROXY_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_OBJECT_PROXY, ObjectProxyClass)) |
Definition at line 1394 of file audio_manager_interface.h.
#define OBJECT_PROXY_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_OBJECT_PROXY, ObjectProxyClass)) |
Definition at line 1395 of file audio_manager_interface.h.
#define OBJECT_SKELETON | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_OBJECT_SKELETON, ObjectSkeleton)) |
Definition at line 1419 of file audio_manager_interface.h.
#define OBJECT_SKELETON_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST ((k), TYPE_OBJECT_SKELETON, ObjectSkeletonClass)) |
Definition at line 1420 of file audio_manager_interface.h.
#define OBJECT_SKELETON_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), TYPE_OBJECT_SKELETON, ObjectSkeletonClass)) |
Definition at line 1421 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_COMMANDINTERFACE (audiomanager_commandinterface_get_type ()) |
Definition at line 18 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_COMMANDINTERFACE_PROXY (audiomanager_commandinterface_proxy_get_type ()) |
Definition at line 330 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_COMMANDINTERFACE_SKELETON (audiomanager_commandinterface_skeleton_get_type ()) |
Definition at line 396 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER (audiomanager_routing_soundmanager_get_type ()) |
Definition at line 1073 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_PROXY (audiomanager_routing_soundmanager_proxy_get_type ()) |
Definition at line 1273 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_ROUTING_SOUNDMANAGER_SKELETON (audiomanager_routing_soundmanager_skeleton_get_type ()) |
Definition at line 1339 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_ROUTINGINTERFACE (audiomanager_routinginterface_get_type ()) |
Definition at line 427 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_ROUTINGINTERFACE_PROXY (audiomanager_routinginterface_proxy_get_type ()) |
Definition at line 976 of file audio_manager_interface.h.
#define TYPE_AUDIOMANAGER_ROUTINGINTERFACE_SKELETON (audiomanager_routinginterface_skeleton_get_type ()) |
Definition at line 1042 of file audio_manager_interface.h.
#define TYPE_OBJECT (object_get_type ()) |
Definition at line 1369 of file audio_manager_interface.h.
#define TYPE_OBJECT_MANAGER_CLIENT (object_manager_client_get_type ()) |
Definition at line 1449 of file audio_manager_interface.h.
#define TYPE_OBJECT_PROXY (object_proxy_get_type ()) |
Definition at line 1392 of file audio_manager_interface.h.
#define TYPE_OBJECT_SKELETON (object_skeleton_get_type ()) |
Definition at line 1418 of file audio_manager_interface.h.
typedef struct _AudiomanagerCommandinterface AudiomanagerCommandinterface |
Definition at line 24 of file audio_manager_interface.h.
Definition at line 25 of file audio_manager_interface.h.
Definition at line 337 of file audio_manager_interface.h.
Definition at line 338 of file audio_manager_interface.h.
Definition at line 339 of file audio_manager_interface.h.
Definition at line 403 of file audio_manager_interface.h.
Definition at line 404 of file audio_manager_interface.h.
typedef struct _AudiomanagerCommandinterfaceSkeletonPrivate AudiomanagerCommandinterfaceSkeletonPrivate |
Definition at line 405 of file audio_manager_interface.h.
typedef struct _AudiomanagerRoutinginterface AudiomanagerRoutinginterface |
Definition at line 433 of file audio_manager_interface.h.
Definition at line 434 of file audio_manager_interface.h.
Definition at line 983 of file audio_manager_interface.h.
Definition at line 984 of file audio_manager_interface.h.
Definition at line 985 of file audio_manager_interface.h.
Definition at line 1049 of file audio_manager_interface.h.
Definition at line 1050 of file audio_manager_interface.h.
typedef struct _AudiomanagerRoutinginterfaceSkeletonPrivate AudiomanagerRoutinginterfaceSkeletonPrivate |
Definition at line 1051 of file audio_manager_interface.h.
typedef struct _AudiomanagerRoutingSoundmanager AudiomanagerRoutingSoundmanager |
Definition at line 1079 of file audio_manager_interface.h.
Definition at line 1080 of file audio_manager_interface.h.
Definition at line 1280 of file audio_manager_interface.h.
Definition at line 1281 of file audio_manager_interface.h.
typedef struct _AudiomanagerRoutingSoundmanagerProxyPrivate AudiomanagerRoutingSoundmanagerProxyPrivate |
Definition at line 1282 of file audio_manager_interface.h.
Definition at line 1346 of file audio_manager_interface.h.
typedef struct _AudiomanagerRoutingSoundmanagerSkeletonClass AudiomanagerRoutingSoundmanagerSkeletonClass |
Definition at line 1347 of file audio_manager_interface.h.
typedef struct _AudiomanagerRoutingSoundmanagerSkeletonPrivate AudiomanagerRoutingSoundmanagerSkeletonPrivate |
Definition at line 1348 of file audio_manager_interface.h.
typedef struct _Object Object |
Definition at line 1375 of file audio_manager_interface.h.
typedef struct _ObjectIface ObjectIface |
Definition at line 1376 of file audio_manager_interface.h.
typedef struct _ObjectManagerClient ObjectManagerClient |
Definition at line 1456 of file audio_manager_interface.h.
typedef struct _ObjectManagerClientClass ObjectManagerClientClass |
Definition at line 1457 of file audio_manager_interface.h.
typedef struct _ObjectManagerClientPrivate ObjectManagerClientPrivate |
Definition at line 1458 of file audio_manager_interface.h.
typedef struct _ObjectProxy ObjectProxy |
Definition at line 1399 of file audio_manager_interface.h.
typedef struct _ObjectProxyClass ObjectProxyClass |
Definition at line 1400 of file audio_manager_interface.h.
typedef struct _ObjectProxyPrivate ObjectProxyPrivate |
Definition at line 1401 of file audio_manager_interface.h.
typedef struct _ObjectSkeleton ObjectSkeleton |
Definition at line 1425 of file audio_manager_interface.h.
typedef struct _ObjectSkeletonClass ObjectSkeletonClass |
Definition at line 1426 of file audio_manager_interface.h.
typedef struct _ObjectSkeletonPrivate ObjectSkeletonPrivate |
Definition at line 1427 of file audio_manager_interface.h.
void audiomanager_commandinterface_call_connect | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sourceID, | ||
guint16 | arg_sinkID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_connect: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.Connect">Connect()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_connect_finish() to get the result of the operation.
See audiomanager_commandinterface_call_connect_sync() for the synchronous, blocking version of this method.
Definition at line 1245 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_connect_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
guint16 * | out_mainConnectionID, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_connect_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_connect(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_connect().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1278 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_connect_sync | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sourceID, | ||
guint16 | arg_sinkID, | ||
gint16 * | out_result, | ||
guint16 * | out_mainConnectionID, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_connect_sync: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.Connect">Connect()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_connect() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1315 of file audio_manager_interface.c.
void audiomanager_commandinterface_call_disconnect | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_mainConnectionID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_disconnect: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.Disconnect">Disconnect()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_disconnect_finish() to get the result of the operation.
See audiomanager_commandinterface_call_disconnect_sync() for the synchronous, blocking version of this method.
Definition at line 1360 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_disconnect_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_disconnect_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_disconnect(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_disconnect().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1390 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_disconnect_sync | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_mainConnectionID, | ||
gint16 * | out_result, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_disconnect_sync: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.Disconnect">Disconnect()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_disconnect() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1423 of file audio_manager_interface.c.
void audiomanager_commandinterface_call_get_list_main_connections | ( | AudiomanagerCommandinterface * | proxy, |
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_get_list_main_connections: : A AudiomanagerCommandinterfaceProxy. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.GetListMainConnections">GetListMainConnections()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_get_list_main_connections_finish() to get the result of the operation.
See audiomanager_commandinterface_call_get_list_main_connections_sync() for the synchronous, blocking version of this method.
Definition at line 1793 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_get_list_main_connections_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GVariant ** | out_listConnections, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_get_list_main_connections_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_get_list_main_connections(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_get_list_main_connections().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1822 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_get_list_main_connections_sync | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GVariant ** | out_listConnections, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_get_list_main_connections_sync: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.GetListMainConnections">GetListMainConnections()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_get_list_main_connections() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1857 of file audio_manager_interface.c.
void audiomanager_commandinterface_call_get_list_main_sinks | ( | AudiomanagerCommandinterface * | proxy, |
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_get_list_main_sinks: : A AudiomanagerCommandinterfaceProxy. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.GetListMainSinks">GetListMainSinks()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_get_list_main_sinks_finish() to get the result of the operation.
See audiomanager_commandinterface_call_get_list_main_sinks_sync() for the synchronous, blocking version of this method.
Definition at line 1897 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_get_list_main_sinks_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GVariant ** | out_listMainSinks, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_get_list_main_sinks_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_get_list_main_sinks(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_get_list_main_sinks().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1926 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_get_list_main_sinks_sync | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GVariant ** | out_listMainSinks, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_get_list_main_sinks_sync: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.GetListMainSinks">GetListMainSinks()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_get_list_main_sinks() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1961 of file audio_manager_interface.c.
void audiomanager_commandinterface_call_set_sink_mute_state | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sinkID, | ||
gint16 | arg_muteState, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_set_sink_mute_state: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.SetSinkMuteState">SetSinkMuteState()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_set_sink_mute_state_finish() to get the result of the operation.
See audiomanager_commandinterface_call_set_sink_mute_state_sync() for the synchronous, blocking version of this method.
Definition at line 1685 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_set_sink_mute_state_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_set_sink_mute_state_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_set_sink_mute_state(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_set_sink_mute_state().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1717 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_set_sink_mute_state_sync | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sinkID, | ||
gint16 | arg_muteState, | ||
gint16 * | out_result, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_set_sink_mute_state_sync: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.SetSinkMuteState">SetSinkMuteState()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_set_sink_mute_state() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1751 of file audio_manager_interface.c.
void audiomanager_commandinterface_call_set_volume | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sinkID, | ||
gint16 | arg_volume, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_set_volume: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.SetVolume">SetVolume()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_set_volume_finish() to get the result of the operation.
See audiomanager_commandinterface_call_set_volume_sync() for the synchronous, blocking version of this method.
Definition at line 1465 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_set_volume_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_set_volume_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_set_volume(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_set_volume().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1497 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_set_volume_sync | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sinkID, | ||
gint16 | arg_volume, | ||
gint16 * | out_result, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_set_volume_sync: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.SetVolume">SetVolume()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_set_volume() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1531 of file audio_manager_interface.c.
void audiomanager_commandinterface_call_volume_step | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sinkID, | ||
gint16 | arg_volumeStep, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_commandinterface_call_volume_step: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.VolumeStep">VolumeStep()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_commandinterface_call_volume_step_finish() to get the result of the operation.
See audiomanager_commandinterface_call_volume_step_sync() for the synchronous, blocking version of this method.
Definition at line 1575 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_volume_step_finish | ( | AudiomanagerCommandinterface * | proxy, |
gint16 * | out_result, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_volume_step_finish: : A AudiomanagerCommandinterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_call_volume_step(). : Return location for error or NULL.
Finishes an operation started with audiomanager_commandinterface_call_volume_step().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1607 of file audio_manager_interface.c.
gboolean audiomanager_commandinterface_call_volume_step_sync | ( | AudiomanagerCommandinterface * | proxy, |
guint16 | arg_sinkID, | ||
gint16 | arg_volumeStep, | ||
gint16 * | out_result, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_commandinterface_call_volume_step_sync: : A AudiomanagerCommandinterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.VolumeStep">VolumeStep()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_commandinterface_call_volume_step() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 1641 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_connect | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result, | ||
guint16 | mainConnectionID | ||
) |
audiomanager_commandinterface_complete_connect: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.Connect">Connect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 1999 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_disconnect | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result | ||
) |
audiomanager_commandinterface_complete_disconnect: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.Disconnect">Disconnect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 2022 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_get_list_main_connections | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result, | ||
GVariant * | listConnections | ||
) |
audiomanager_commandinterface_complete_get_list_main_connections: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.GetListMainConnections">GetListMainConnections()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 2107 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_get_list_main_sinks | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result, | ||
GVariant * | listMainSinks | ||
) |
audiomanager_commandinterface_complete_get_list_main_sinks: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.GetListMainSinks">GetListMainSinks()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 2131 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_set_sink_mute_state | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result | ||
) |
audiomanager_commandinterface_complete_set_sink_mute_state: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.SetSinkMuteState">SetSinkMuteState()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 2085 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_set_volume | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result | ||
) |
audiomanager_commandinterface_complete_set_volume: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.SetVolume">SetVolume()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 2043 of file audio_manager_interface.c.
void audiomanager_commandinterface_complete_volume_step | ( | AudiomanagerCommandinterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | result | ||
) |
audiomanager_commandinterface_complete_volume_step: : A AudiomanagerCommandinterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-commandinterface.VolumeStep">VolumeStep()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 2064 of file audio_manager_interface.c.
void audiomanager_commandinterface_emit_main_connection_state_changed | ( | AudiomanagerCommandinterface * | object, |
guint16 | arg_connectionID, | ||
gint16 | arg_connectionState | ||
) |
audiomanager_commandinterface_emit_main_connection_state_changed: : A AudiomanagerCommandinterface. : Argument to pass with the signal. : Argument to pass with the signal.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-commandinterface.MainConnectionStateChanged">"MainConnectionStateChanged"</link> D-Bus signal.
Definition at line 1172 of file audio_manager_interface.c.
void audiomanager_commandinterface_emit_new_main_connection | ( | AudiomanagerCommandinterface * | object, |
GVariant * | arg_mainConnection | ||
) |
audiomanager_commandinterface_emit_new_main_connection: : A AudiomanagerCommandinterface. : Argument to pass with the signal.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-commandinterface.NewMainConnection">"NewMainConnection"</link> D-Bus signal.
Definition at line 1141 of file audio_manager_interface.c.
void audiomanager_commandinterface_emit_removed_main_connection | ( | AudiomanagerCommandinterface * | object, |
guint16 | arg_mainConnectionId | ||
) |
audiomanager_commandinterface_emit_removed_main_connection: : A AudiomanagerCommandinterface. : Argument to pass with the signal.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-commandinterface.RemovedMainConnection">"RemovedMainConnection"</link> D-Bus signal.
Definition at line 1156 of file audio_manager_interface.c.
void audiomanager_commandinterface_emit_sink_mute_state_changed | ( | AudiomanagerCommandinterface * | object, |
guint16 | arg_sinkID, | ||
gint16 | arg_muteState | ||
) |
audiomanager_commandinterface_emit_sink_mute_state_changed: : A AudiomanagerCommandinterface. : Argument to pass with the signal. : Argument to pass with the signal.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-commandinterface.SinkMuteStateChanged">"SinkMuteStateChanged"</link> D-Bus signal.
Definition at line 1206 of file audio_manager_interface.c.
void audiomanager_commandinterface_emit_system_property_changed | ( | AudiomanagerCommandinterface * | object, |
GVariant * | arg_SystemProperty | ||
) |
audiomanager_commandinterface_emit_system_property_changed: : A AudiomanagerCommandinterface. : Argument to pass with the signal.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-commandinterface.SystemPropertyChanged">"SystemPropertyChanged"</link> D-Bus signal.
Definition at line 1222 of file audio_manager_interface.c.
void audiomanager_commandinterface_emit_volume_changed | ( | AudiomanagerCommandinterface * | object, |
guint16 | arg_sinkID, | ||
gint16 | arg_volume | ||
) |
audiomanager_commandinterface_emit_volume_changed: : A AudiomanagerCommandinterface. : Argument to pass with the signal. : Argument to pass with the signal.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-commandinterface.VolumeChanged">"VolumeChanged"</link> D-Bus signal.
Definition at line 1189 of file audio_manager_interface.c.
GType audiomanager_commandinterface_get_type | ( | void | ) |
GDBusInterfaceInfo* audiomanager_commandinterface_interface_info | ( | void | ) |
audiomanager_commandinterface_interface_info:
Gets a machine-readable description of the <link linkend="gdbus-interface-org-genivi-audiomanager-commandinterface.top_of_page">org.genivi.audiomanager.commandinterface</link> D-Bus interface.
Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
Definition at line 794 of file audio_manager_interface.c.
guint audiomanager_commandinterface_override_properties | ( | GObjectClass * | klass, |
guint | property_id_begin | ||
) |
audiomanager_commandinterface_override_properties: : The class structure for a #GObject-derived class. : The property id to assign to the first overridden property.
Overrides all #GObject properties in the AudiomanagerCommandinterface interface for a concrete class. The properties are overridden in the order they are defined.
Returns: The last property id.
Definition at line 810 of file audio_manager_interface.c.
GType audiomanager_commandinterface_proxy_get_type | ( | void | ) |
void audiomanager_commandinterface_proxy_new | ( | GDBusConnection * | connection, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 2324 of file audio_manager_interface.c.
AudiomanagerCommandinterface* audiomanager_commandinterface_proxy_new_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
audiomanager_commandinterface_proxy_new_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_proxy_new(). : Return location for error or NULL
Finishes an operation started with audiomanager_commandinterface_proxy_new().
Returns: (transfer full) (type AudiomanagerCommandinterfaceProxy): The constructed proxy object or NULL if is set.
Definition at line 2346 of file audio_manager_interface.c.
void audiomanager_commandinterface_proxy_new_for_bus | ( | GBusType | bus_type, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 2414 of file audio_manager_interface.c.
AudiomanagerCommandinterface* audiomanager_commandinterface_proxy_new_for_bus_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
audiomanager_commandinterface_proxy_new_for_bus_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_commandinterface_proxy_new_for_bus(). : Return location for error or NULL
Finishes an operation started with audiomanager_commandinterface_proxy_new_for_bus().
Returns: (transfer full) (type AudiomanagerCommandinterfaceProxy): The constructed proxy object or NULL if is set.
Definition at line 2436 of file audio_manager_interface.c.
AudiomanagerCommandinterface* audiomanager_commandinterface_proxy_new_for_bus_sync | ( | GBusType | bus_type, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 2469 of file audio_manager_interface.c.
AudiomanagerCommandinterface* audiomanager_commandinterface_proxy_new_sync | ( | GDBusConnection * | connection, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 2379 of file audio_manager_interface.c.
GType audiomanager_commandinterface_skeleton_get_type | ( | void | ) |
AudiomanagerCommandinterface* audiomanager_commandinterface_skeleton_new | ( | void | ) |
audiomanager_commandinterface_skeleton_new:
Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-commandinterface.top_of_page">org.genivi.audiomanager.commandinterface</link>.
Returns: (transfer full) (type AudiomanagerCommandinterfaceSkeleton): The skeleton object.
Definition at line 2923 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_call_async_abort | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routing_soundmanager_call_async_abort: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncAbort">asyncAbort()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routing_soundmanager_call_async_abort_finish() to get the result of the operation.
See audiomanager_routing_soundmanager_call_async_abort_sync() for the synchronous, blocking version of this method.
Definition at line 7554 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_abort_finish | ( | AudiomanagerRoutingSoundmanager * | proxy, |
gint16 * | out_error, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_abort_finish: : A AudiomanagerRoutingSoundmanagerProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_call_async_abort(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routing_soundmanager_call_async_abort().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7584 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_abort_sync | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
gint16 * | out_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_abort_sync: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncAbort">asyncAbort()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routing_soundmanager_call_async_abort() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7617 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_call_async_connect | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
guint16 | arg_sourceID, | ||
guint16 | arg_sinkID, | ||
gint | arg_connectionFormat, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routing_soundmanager_call_async_connect: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncConnect">asyncConnect()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routing_soundmanager_call_async_connect_finish() to get the result of the operation.
See audiomanager_routing_soundmanager_call_async_connect_sync() for the synchronous, blocking version of this method.
Definition at line 7662 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_connect_finish | ( | AudiomanagerRoutingSoundmanager * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_connect_finish: : A AudiomanagerRoutingSoundmanagerProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_call_async_connect(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routing_soundmanager_call_async_connect().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7699 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_connect_sync | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
guint16 | arg_sourceID, | ||
guint16 | arg_sinkID, | ||
gint | arg_connectionFormat, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_connect_sync: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncConnect">asyncConnect()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routing_soundmanager_call_async_connect() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7733 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_call_async_disconnect | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routing_soundmanager_call_async_disconnect: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncDisconnect">asyncDisconnect()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routing_soundmanager_call_async_disconnect_finish() to get the result of the operation.
See audiomanager_routing_soundmanager_call_async_disconnect_sync() for the synchronous, blocking version of this method.
Definition at line 7781 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_disconnect_finish | ( | AudiomanagerRoutingSoundmanager * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_disconnect_finish: : A AudiomanagerRoutingSoundmanagerProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_call_async_disconnect(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routing_soundmanager_call_async_disconnect().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7812 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_disconnect_sync | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_disconnect_sync: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncDisconnect">asyncDisconnect()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routing_soundmanager_call_async_disconnect() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7843 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_call_async_set_sink_volume | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_sinkID, | ||
gint16 | arg_volume, | ||
gint16 | arg_ramp, | ||
guint16 | arg_time, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routing_soundmanager_call_async_set_sink_volume: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncSetSinkVolume">asyncSetSinkVolume()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routing_soundmanager_call_async_set_sink_volume_finish() to get the result of the operation.
See audiomanager_routing_soundmanager_call_async_set_sink_volume_sync() for the synchronous, blocking version of this method.
Definition at line 7888 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_set_sink_volume_finish | ( | AudiomanagerRoutingSoundmanager * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_set_sink_volume_finish: : A AudiomanagerRoutingSoundmanagerProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_call_async_set_sink_volume(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routing_soundmanager_call_async_set_sink_volume().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7925 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_set_sink_volume_sync | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_sinkID, | ||
gint16 | arg_volume, | ||
gint16 | arg_ramp, | ||
guint16 | arg_time, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_set_sink_volume_sync: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncSetSinkVolume">asyncSetSinkVolume()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routing_soundmanager_call_async_set_sink_volume() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 7959 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_call_async_set_source_state | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_sourceID, | ||
gint | arg_sourceState, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routing_soundmanager_call_async_set_source_state: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncSetSourceState">asyncSetSourceState()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routing_soundmanager_call_async_set_source_state_finish() to get the result of the operation.
See audiomanager_routing_soundmanager_call_async_set_source_state_sync() for the synchronous, blocking version of this method.
Definition at line 8008 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_set_source_state_finish | ( | AudiomanagerRoutingSoundmanager * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_set_source_state_finish: : A AudiomanagerRoutingSoundmanagerProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_call_async_set_source_state(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routing_soundmanager_call_async_set_source_state().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 8041 of file audio_manager_interface.c.
gboolean audiomanager_routing_soundmanager_call_async_set_source_state_sync | ( | AudiomanagerRoutingSoundmanager * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_sourceID, | ||
gint | arg_sourceState, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routing_soundmanager_call_async_set_source_state_sync: : A AudiomanagerRoutingSoundmanagerProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncSetSourceState">asyncSetSourceState()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routing_soundmanager_call_async_set_source_state() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 8073 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_complete_async_abort | ( | AudiomanagerRoutingSoundmanager * | object, |
GDBusMethodInvocation * | invocation, | ||
gint16 | error | ||
) |
audiomanager_routing_soundmanager_complete_async_abort: : A AudiomanagerRoutingSoundmanager. : (transfer full): A #GDBusMethodInvocation. : Parameter to return.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncAbort">asyncAbort()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 8112 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_complete_async_connect | ( | AudiomanagerRoutingSoundmanager * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routing_soundmanager_complete_async_connect: : A AudiomanagerRoutingSoundmanager. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncConnect">asyncConnect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 8132 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_complete_async_disconnect | ( | AudiomanagerRoutingSoundmanager * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routing_soundmanager_complete_async_disconnect: : A AudiomanagerRoutingSoundmanager. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncDisconnect">asyncDisconnect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 8150 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_complete_async_set_sink_volume | ( | AudiomanagerRoutingSoundmanager * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routing_soundmanager_complete_async_set_sink_volume: : A AudiomanagerRoutingSoundmanager. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncSetSinkVolume">asyncSetSinkVolume()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 8168 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_complete_async_set_source_state | ( | AudiomanagerRoutingSoundmanager * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routing_soundmanager_complete_async_set_source_state: : A AudiomanagerRoutingSoundmanager. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routing-soundmanager.asyncSetSourceState">asyncSetSourceState()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 8186 of file audio_manager_interface.c.
GType audiomanager_routing_soundmanager_get_type | ( | void | ) |
GDBusInterfaceInfo* audiomanager_routing_soundmanager_interface_info | ( | void | ) |
audiomanager_routing_soundmanager_interface_info:
Gets a machine-readable description of the <link linkend="gdbus-interface-org-genivi-audiomanager-routing-soundmanager.top_of_page">org.genivi.audiomanager.routing.soundmanager</link> D-Bus interface.
Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
Definition at line 7363 of file audio_manager_interface.c.
guint audiomanager_routing_soundmanager_override_properties | ( | GObjectClass * | klass, |
guint | property_id_begin | ||
) |
audiomanager_routing_soundmanager_override_properties: : The class structure for a #GObject-derived class. : The property id to assign to the first overridden property.
Overrides all #GObject properties in the AudiomanagerRoutingSoundmanager interface for a concrete class. The properties are overridden in the order they are defined.
Returns: The last property id.
Definition at line 7379 of file audio_manager_interface.c.
GType audiomanager_routing_soundmanager_proxy_get_type | ( | void | ) |
void audiomanager_routing_soundmanager_proxy_new | ( | GDBusConnection * | connection, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 8375 of file audio_manager_interface.c.
AudiomanagerRoutingSoundmanager* audiomanager_routing_soundmanager_proxy_new_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
audiomanager_routing_soundmanager_proxy_new_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_proxy_new(). : Return location for error or NULL
Finishes an operation started with audiomanager_routing_soundmanager_proxy_new().
Returns: (transfer full) (type AudiomanagerRoutingSoundmanagerProxy): The constructed proxy object or NULL if is set.
Definition at line 8397 of file audio_manager_interface.c.
void audiomanager_routing_soundmanager_proxy_new_for_bus | ( | GBusType | bus_type, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 8465 of file audio_manager_interface.c.
AudiomanagerRoutingSoundmanager* audiomanager_routing_soundmanager_proxy_new_for_bus_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
audiomanager_routing_soundmanager_proxy_new_for_bus_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routing_soundmanager_proxy_new_for_bus(). : Return location for error or NULL
Finishes an operation started with audiomanager_routing_soundmanager_proxy_new_for_bus().
Returns: (transfer full) (type AudiomanagerRoutingSoundmanagerProxy): The constructed proxy object or NULL if is set.
Definition at line 8487 of file audio_manager_interface.c.
AudiomanagerRoutingSoundmanager* audiomanager_routing_soundmanager_proxy_new_for_bus_sync | ( | GBusType | bus_type, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 8520 of file audio_manager_interface.c.
AudiomanagerRoutingSoundmanager* audiomanager_routing_soundmanager_proxy_new_sync | ( | GDBusConnection * | connection, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 8430 of file audio_manager_interface.c.
GType audiomanager_routing_soundmanager_skeleton_get_type | ( | void | ) |
AudiomanagerRoutingSoundmanager* audiomanager_routing_soundmanager_skeleton_new | ( | void | ) |
audiomanager_routing_soundmanager_skeleton_new:
Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-routing-soundmanager.top_of_page">org.genivi.audiomanager.routing.soundmanager</link>.
Returns: (transfer full) (type AudiomanagerRoutingSoundmanagerSkeleton): The skeleton object.
Definition at line 8818 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_connect | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_connect: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackConnect">ackConnect()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_connect_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_connect_sync() for the synchronous, blocking version of this method.
Definition at line 4335 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_connect_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_connect_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_connect(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_connect().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4368 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_connect_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_connect_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackConnect">ackConnect()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_connect() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4400 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_disconnect | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_disconnect: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackDisconnect">ackDisconnect()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_disconnect_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_disconnect_sync() for the synchronous, blocking version of this method.
Definition at line 4445 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_disconnect_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_disconnect_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_disconnect(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_disconnect().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4478 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_disconnect_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_connectionID, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_disconnect_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackDisconnect">ackDisconnect()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_disconnect() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4510 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_set_sink_volume | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
gint16 | arg_volume, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_set_sink_volume: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetSinkVolume">ackSetSinkVolume()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_set_sink_volume_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_set_sink_volume_sync() for the synchronous, blocking version of this method.
Definition at line 4659 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_set_sink_volume_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_set_sink_volume_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_set_sink_volume(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_set_sink_volume().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4692 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_set_sink_volume_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
gint16 | arg_volume, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_set_sink_volume_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetSinkVolume">ackSetSinkVolume()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_set_sink_volume() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4724 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_set_source_state | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_set_source_state: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetSourceState">ackSetSourceState()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_set_source_state_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_set_source_state_sync() for the synchronous, blocking version of this method.
Definition at line 4554 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_set_source_state_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_set_source_state_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_set_source_state(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_set_source_state().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4585 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_set_source_state_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_set_source_state_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetSourceState">ackSetSourceState()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_set_source_state() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4616 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_set_volumes | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
GVariant * | arg_listvolumes, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_set_volumes: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetVolumes">ackSetVolumes()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_set_volumes_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_set_volumes_sync() for the synchronous, blocking version of this method.
Definition at line 5601 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_set_volumes_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_set_volumes_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_set_volumes(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_set_volumes().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5634 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_set_volumes_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
GVariant * | arg_listvolumes, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_set_volumes_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetVolumes">ackSetVolumes()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_set_volumes() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5666 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_sink_notification_configuration | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_sink_notification_configuration: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSinkNotificationConfiguration">ackSinkNotificationConfiguration()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_sink_notification_configuration_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_sink_notification_configuration_sync() for the synchronous, blocking version of this method.
Definition at line 5710 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_sink_notification_configuration_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_sink_notification_configuration_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_sink_notification_configuration(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_sink_notification_configuration().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5741 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_sink_notification_configuration_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_sink_notification_configuration_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSinkNotificationConfiguration">ackSinkNotificationConfiguration()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_sink_notification_configuration() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5772 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_ack_source_notification_configuration | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_ack_source_notification_configuration: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSourceNotificationConfiguration">ackSourceNotificationConfiguration()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_ack_source_notification_configuration_finish() to get the result of the operation.
See audiomanager_routinginterface_call_ack_source_notification_configuration_sync() for the synchronous, blocking version of this method.
Definition at line 5814 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_source_notification_configuration_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_source_notification_configuration_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_ack_source_notification_configuration(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_ack_source_notification_configuration().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5845 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_ack_source_notification_configuration_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_handle, | ||
guint16 | arg_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_ack_source_notification_configuration_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSourceNotificationConfiguration">ackSourceNotificationConfiguration()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_ack_source_notification_configuration() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5876 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_confirm_routing_ready | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_domainID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_confirm_routing_ready: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.confirmRoutingReady">confirmRoutingReady()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_confirm_routing_ready_finish() to get the result of the operation.
See audiomanager_routinginterface_call_confirm_routing_ready_sync() for the synchronous, blocking version of this method.
Definition at line 5403 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_confirm_routing_ready_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_confirm_routing_ready_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_confirm_routing_ready(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_confirm_routing_ready().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5432 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_confirm_routing_ready_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_domainID, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_confirm_routing_ready_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.confirmRoutingReady">confirmRoutingReady()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_confirm_routing_ready() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5462 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_confirm_routing_rundown | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_domainID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_confirm_routing_rundown: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.confirmRoutingRundown">confirmRoutingRundown()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_confirm_routing_rundown_finish() to get the result of the operation.
See audiomanager_routinginterface_call_confirm_routing_rundown_sync() for the synchronous, blocking version of this method.
Definition at line 5501 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_confirm_routing_rundown_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_confirm_routing_rundown_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_confirm_routing_rundown(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_confirm_routing_rundown().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5530 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_confirm_routing_rundown_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_domainID, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_confirm_routing_rundown_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.confirmRoutingRundown">confirmRoutingRundown()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_confirm_routing_rundown() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5560 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_deregister_sink | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sinkID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_deregister_sink: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.deregisterSink">deregisterSink()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_deregister_sink_finish() to get the result of the operation.
See audiomanager_routinginterface_call_deregister_sink_sync() for the synchronous, blocking version of this method.
Definition at line 4877 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_deregister_sink_finish | ( | AudiomanagerRoutinginterface * | proxy, |
gint * | out_error, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_deregister_sink_finish: : A AudiomanagerRoutinginterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_deregister_sink(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_deregister_sink().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4907 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_deregister_sink_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sinkID, | ||
gint * | out_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_deregister_sink_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.deregisterSink">deregisterSink()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_deregister_sink() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4940 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_deregister_source | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sourceID, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_deregister_source: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.deregisterSource">deregisterSource()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_deregister_source_finish() to get the result of the operation.
See audiomanager_routinginterface_call_deregister_source_sync() for the synchronous, blocking version of this method.
Definition at line 5091 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_deregister_source_finish | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 * | out_error, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_deregister_source_finish: : A AudiomanagerRoutinginterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_deregister_source(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_deregister_source().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5121 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_deregister_source_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sourceID, | ||
guint16 * | out_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_deregister_source_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.deregisterSource">deregisterSource()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_deregister_source() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5154 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_hook_interrupt_status_change | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sourceID, | ||
guint16 | arg_interruptState, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_hook_interrupt_status_change: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.hookInterruptStatusChange">hookInterruptStatusChange()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_hook_interrupt_status_change_finish() to get the result of the operation.
See audiomanager_routinginterface_call_hook_interrupt_status_change_sync() for the synchronous, blocking version of this method.
Definition at line 5196 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_hook_interrupt_status_change_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_hook_interrupt_status_change_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_hook_interrupt_status_change(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_hook_interrupt_status_change().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5227 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_hook_interrupt_status_change_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sourceID, | ||
guint16 | arg_interruptState, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_hook_interrupt_status_change_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.hookInterruptStatusChange">hookInterruptStatusChange()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_hook_interrupt_status_change() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5258 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_hook_source_availablity_status_change | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sourceID, | ||
GVariant * | arg_availability, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_hook_source_availablity_status_change: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.hookSourceAvailablityStatusChange">hookSourceAvailablityStatusChange()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_hook_source_availablity_status_change_finish() to get the result of the operation.
See audiomanager_routinginterface_call_hook_source_availablity_status_change_sync() for the synchronous, blocking version of this method.
Definition at line 5300 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_hook_source_availablity_status_change_finish | ( | AudiomanagerRoutinginterface * | proxy, |
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_hook_source_availablity_status_change_finish: : A AudiomanagerRoutinginterfaceProxy. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_hook_source_availablity_status_change(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_hook_source_availablity_status_change().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5331 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_hook_source_availablity_status_change_sync | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 | arg_sourceID, | ||
GVariant * | arg_availability, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_hook_source_availablity_status_change_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.hookSourceAvailablityStatusChange">hookSourceAvailablityStatusChange()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_hook_source_availablity_status_change() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5362 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_register_domain | ( | AudiomanagerRoutinginterface * | proxy, |
GVariant * | arg_domaindata, | ||
const gchar * | arg_returnBusname, | ||
const gchar * | arg_returnPath, | ||
const gchar * | arg_returnInterface, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_register_domain: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerDomain">registerDomain()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_register_domain_finish() to get the result of the operation.
See audiomanager_routinginterface_call_register_domain_sync() for the synchronous, blocking version of this method.
Definition at line 5920 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_register_domain_finish | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 * | out_domainid, | ||
guint16 * | out_error, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_register_domain_finish: : A AudiomanagerRoutinginterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_register_domain(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_register_domain().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5957 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_register_domain_sync | ( | AudiomanagerRoutinginterface * | proxy, |
GVariant * | arg_domaindata, | ||
const gchar * | arg_returnBusname, | ||
const gchar * | arg_returnPath, | ||
const gchar * | arg_returnInterface, | ||
guint16 * | out_domainid, | ||
guint16 * | out_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_register_domain_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerDomain">registerDomain()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_register_domain() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5996 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_register_sink | ( | AudiomanagerRoutinginterface * | proxy, |
GVariant * | arg_sinkData, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_register_sink: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerSink">registerSink()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_register_sink_finish() to get the result of the operation.
See audiomanager_routinginterface_call_register_sink_sync() for the synchronous, blocking version of this method.
Definition at line 4767 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_register_sink_finish | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 * | out_sinkID, | ||
guint16 * | out_error, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_register_sink_finish: : A AudiomanagerRoutinginterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_register_sink(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_register_sink().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4798 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_register_sink_sync | ( | AudiomanagerRoutinginterface * | proxy, |
GVariant * | arg_sinkData, | ||
guint16 * | out_sinkID, | ||
guint16 * | out_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_register_sink_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerSink">registerSink()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_register_sink() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 4834 of file audio_manager_interface.c.
void audiomanager_routinginterface_call_register_source | ( | AudiomanagerRoutinginterface * | proxy, |
GVariant * | arg_sourceData, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
audiomanager_routinginterface_call_register_source: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (allow-none): A #GCancellable or NULL. : A #GAsyncReadyCallback to call when the request is satisfied or NULL. : User data to pass to .
Asynchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerSource">registerSource()</link> D-Bus method on . When the operation is finished, will be invoked in the <link linkend="g-main-context-push-thread-default">thread-default main loop</link> of the thread you are calling this method from. You can then call audiomanager_routinginterface_call_register_source_finish() to get the result of the operation.
See audiomanager_routinginterface_call_register_source_sync() for the synchronous, blocking version of this method.
Definition at line 4981 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_register_source_finish | ( | AudiomanagerRoutinginterface * | proxy, |
guint16 * | out_sourceID, | ||
guint16 * | out_error, | ||
GAsyncResult * | res, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_register_source_finish: : A AudiomanagerRoutinginterfaceProxy. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_call_register_source(). : Return location for error or NULL.
Finishes an operation started with audiomanager_routinginterface_call_register_source().
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5012 of file audio_manager_interface.c.
gboolean audiomanager_routinginterface_call_register_source_sync | ( | AudiomanagerRoutinginterface * | proxy, |
GVariant * | arg_sourceData, | ||
guint16 * | out_sourceID, | ||
guint16 * | out_error, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
audiomanager_routinginterface_call_register_source_sync: : A AudiomanagerRoutinginterfaceProxy. : Argument to pass with the method invocation. : (out): Return location for return parameter or NULL to ignore. : (out): Return location for return parameter or NULL to ignore. : (allow-none): A #GCancellable or NULL. : Return location for error or NULL.
Synchronously invokes the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerSource">registerSource()</link> D-Bus method on . The calling thread is blocked until a reply is received.
See audiomanager_routinginterface_call_register_source() for the asynchronous version of this method.
Returns: (skip): TRUE if the call succeded, FALSE if is set.
Definition at line 5048 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_connect | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_connect: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackConnect">ackConnect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6040 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_disconnect | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_disconnect: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackDisconnect">ackDisconnect()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6058 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_set_sink_volume | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_set_sink_volume: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetSinkVolume">ackSetSinkVolume()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6094 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_set_source_state | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_set_source_state: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetSourceState">ackSetSourceState()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6076 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_set_volumes | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_set_volumes: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSetVolumes">ackSetVolumes()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6274 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_sink_notification_configuration | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_sink_notification_configuration: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSinkNotificationConfiguration">ackSinkNotificationConfiguration()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6292 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_ack_source_notification_configuration | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_ack_source_notification_configuration: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.ackSourceNotificationConfiguration">ackSourceNotificationConfiguration()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6310 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_confirm_routing_ready | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_confirm_routing_ready: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.confirmRoutingReady">confirmRoutingReady()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6238 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_confirm_routing_rundown | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_confirm_routing_rundown: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.confirmRoutingRundown">confirmRoutingRundown()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6256 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_deregister_sink | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation, | ||
gint | error | ||
) |
audiomanager_routinginterface_complete_deregister_sink: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation. : Parameter to return.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.deregisterSink">deregisterSink()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6137 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_deregister_source | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation, | ||
guint16 | error | ||
) |
audiomanager_routinginterface_complete_deregister_source: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation. : Parameter to return.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.deregisterSource">deregisterSource()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6182 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_hook_interrupt_status_change | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_hook_interrupt_status_change: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.hookInterruptStatusChange">hookInterruptStatusChange()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6202 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_hook_source_availablity_status_change | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation | ||
) |
audiomanager_routinginterface_complete_hook_source_availablity_status_change: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.hookSourceAvailablityStatusChange">hookSourceAvailablityStatusChange()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6220 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_register_domain | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation, | ||
guint16 | domainid, | ||
guint16 | error | ||
) |
audiomanager_routinginterface_complete_register_domain: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation. : Parameter to return. : Parameter to return.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerDomain">registerDomain()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6330 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_register_sink | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation, | ||
guint16 | sinkID, | ||
guint16 | error | ||
) |
audiomanager_routinginterface_complete_register_sink: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation. : Parameter to return. : Parameter to return.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerSink">registerSink()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6114 of file audio_manager_interface.c.
void audiomanager_routinginterface_complete_register_source | ( | AudiomanagerRoutinginterface * | object, |
GDBusMethodInvocation * | invocation, | ||
guint16 | sourceID, | ||
guint16 | error | ||
) |
audiomanager_routinginterface_complete_register_source: : A AudiomanagerRoutinginterface. : (transfer full): A #GDBusMethodInvocation. : Parameter to return. : Parameter to return.
Helper function used in service implementations to finish handling invocations of the <link linkend="gdbus-method-org-genivi-audiomanager-routinginterface.registerSource">registerSource()</link> D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free , you cannot use it afterwards.
Definition at line 6159 of file audio_manager_interface.c.
void audiomanager_routinginterface_emit_set_routing_ready | ( | AudiomanagerRoutinginterface * | object | ) |
audiomanager_routinginterface_emit_set_routing_ready: : A AudiomanagerRoutinginterface.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-routinginterface.setRoutingReady">"setRoutingReady"</link> D-Bus signal.
Definition at line 4299 of file audio_manager_interface.c.
void audiomanager_routinginterface_emit_set_routing_rundown | ( | AudiomanagerRoutinginterface * | object | ) |
audiomanager_routinginterface_emit_set_routing_rundown: : A AudiomanagerRoutinginterface.
Emits the <link linkend="gdbus-signal-org-genivi-audiomanager-routinginterface.setRoutingRundown">"setRoutingRundown"</link> D-Bus signal.
Definition at line 4312 of file audio_manager_interface.c.
GType audiomanager_routinginterface_get_type | ( | void | ) |
GDBusInterfaceInfo* audiomanager_routinginterface_interface_info | ( | void | ) |
audiomanager_routinginterface_interface_info:
Gets a machine-readable description of the <link linkend="gdbus-interface-org-genivi-audiomanager-routinginterface.top_of_page">org.genivi.audiomanager.routinginterface</link> D-Bus interface.
Returns: (transfer none): A #GDBusInterfaceInfo. Do not free.
Definition at line 3808 of file audio_manager_interface.c.
guint audiomanager_routinginterface_override_properties | ( | GObjectClass * | klass, |
guint | property_id_begin | ||
) |
audiomanager_routinginterface_override_properties: : The class structure for a #GObject-derived class. : The property id to assign to the first overridden property.
Overrides all #GObject properties in the AudiomanagerRoutinginterface interface for a concrete class. The properties are overridden in the order they are defined.
Returns: The last property id.
Definition at line 3824 of file audio_manager_interface.c.
GType audiomanager_routinginterface_proxy_get_type | ( | void | ) |
void audiomanager_routinginterface_proxy_new | ( | GDBusConnection * | connection, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 6523 of file audio_manager_interface.c.
AudiomanagerRoutinginterface* audiomanager_routinginterface_proxy_new_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
audiomanager_routinginterface_proxy_new_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_proxy_new(). : Return location for error or NULL
Finishes an operation started with audiomanager_routinginterface_proxy_new().
Returns: (transfer full) (type AudiomanagerRoutinginterfaceProxy): The constructed proxy object or NULL if is set.
Definition at line 6545 of file audio_manager_interface.c.
void audiomanager_routinginterface_proxy_new_for_bus | ( | GBusType | bus_type, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 6613 of file audio_manager_interface.c.
AudiomanagerRoutinginterface* audiomanager_routinginterface_proxy_new_for_bus_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
audiomanager_routinginterface_proxy_new_for_bus_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to audiomanager_routinginterface_proxy_new_for_bus(). : Return location for error or NULL
Finishes an operation started with audiomanager_routinginterface_proxy_new_for_bus().
Returns: (transfer full) (type AudiomanagerRoutinginterfaceProxy): The constructed proxy object or NULL if is set.
Definition at line 6635 of file audio_manager_interface.c.
AudiomanagerRoutinginterface* audiomanager_routinginterface_proxy_new_for_bus_sync | ( | GBusType | bus_type, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 6668 of file audio_manager_interface.c.
AudiomanagerRoutinginterface* audiomanager_routinginterface_proxy_new_sync | ( | GDBusConnection * | connection, |
GDBusProxyFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 6578 of file audio_manager_interface.c.
GType audiomanager_routinginterface_skeleton_get_type | ( | void | ) |
AudiomanagerRoutinginterface* audiomanager_routinginterface_skeleton_new | ( | void | ) |
audiomanager_routinginterface_skeleton_new:
Creates a skeleton object for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-routinginterface.top_of_page">org.genivi.audiomanager.routinginterface</link>.
Returns: (transfer full) (type AudiomanagerRoutinginterfaceSkeleton): The skeleton object.
Definition at line 7012 of file audio_manager_interface.c.
AudiomanagerCommandinterface* object_get_audiomanager_commandinterface | ( | Object * | object | ) |
object_get_audiomanager_commandinterface: : A Object.
Gets the AudiomanagerCommandinterface instance for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-commandinterface.top_of_page">org.genivi.audiomanager.commandinterface</link> on , if any.
Returns: (transfer full): A AudiomanagerCommandinterface that must be freed with g_object_unref() or NULL if does not implement the interface.
Definition at line 8892 of file audio_manager_interface.c.
AudiomanagerRoutingSoundmanager* object_get_audiomanager_routing_soundmanager | ( | Object * | object | ) |
object_get_audiomanager_routing_soundmanager: : A Object.
Gets the AudiomanagerRoutingSoundmanager instance for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-routing-soundmanager.top_of_page">org.genivi.audiomanager.routing.soundmanager</link> on , if any.
Returns: (transfer full): A AudiomanagerRoutingSoundmanager that must be freed with g_object_unref() or NULL if does not implement the interface.
Definition at line 8926 of file audio_manager_interface.c.
AudiomanagerRoutinginterface* object_get_audiomanager_routinginterface | ( | Object * | object | ) |
object_get_audiomanager_routinginterface: : A Object.
Gets the AudiomanagerRoutinginterface instance for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-routinginterface.top_of_page">org.genivi.audiomanager.routinginterface</link> on , if any.
Returns: (transfer full): A AudiomanagerRoutinginterface that must be freed with g_object_unref() or NULL if does not implement the interface.
Definition at line 8909 of file audio_manager_interface.c.
GType object_get_type | ( | void | ) |
GType object_manager_client_get_proxy_type | ( | GDBusObjectManagerClient * | manager, |
const gchar * | object_path, | ||
const gchar * | interface_name, | ||
gpointer | user_data | ||
) |
GType object_manager_client_get_type | ( | void | ) |
void object_manager_client_new | ( | GDBusConnection * | connection, |
GDBusObjectManagerClientFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 9393 of file audio_manager_interface.c.
GDBusObjectManager* object_manager_client_new_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
object_manager_client_new_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to object_manager_client_new(). : Return location for error or NULL
Finishes an operation started with object_manager_client_new().
Returns: (transfer full) (type ObjectManagerClient): The constructed object manager client or NULL if is set.
Definition at line 9415 of file audio_manager_interface.c.
void object_manager_client_new_for_bus | ( | GBusType | bus_type, |
GDBusObjectManagerClientFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data | ||
) |
Definition at line 9483 of file audio_manager_interface.c.
GDBusObjectManager* object_manager_client_new_for_bus_finish | ( | GAsyncResult * | res, |
GError ** | error | ||
) |
object_manager_client_new_for_bus_finish: : The #GAsyncResult obtained from the #GAsyncReadyCallback passed to object_manager_client_new_for_bus(). : Return location for error or NULL
Finishes an operation started with object_manager_client_new_for_bus().
Returns: (transfer full) (type ObjectManagerClient): The constructed object manager client or NULL if is set.
Definition at line 9505 of file audio_manager_interface.c.
GDBusObjectManager* object_manager_client_new_for_bus_sync | ( | GBusType | bus_type, |
GDBusObjectManagerClientFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 9538 of file audio_manager_interface.c.
GDBusObjectManager* object_manager_client_new_sync | ( | GDBusConnection * | connection, |
GDBusObjectManagerClientFlags | flags, | ||
const gchar * | name, | ||
const gchar * | object_path, | ||
GCancellable * | cancellable, | ||
GError ** | error | ||
) |
Definition at line 9448 of file audio_manager_interface.c.
AudiomanagerCommandinterface* object_peek_audiomanager_commandinterface | ( | Object * | object | ) |
object_peek_audiomanager_commandinterface: (skip) : A Object.
Like object_get_audiomanager_commandinterface() but doesn't increase the reference count on the returned object.
<warning>It is not safe to use the returned object if you are on another thread than the one where the #GDBusObjectManagerClient or #GDBusObjectManagerServer for is running.</warning>
Returns: (transfer none): A AudiomanagerCommandinterface or NULL if does not implement the interface. Do not free the returned object, it is owned by .
Definition at line 8946 of file audio_manager_interface.c.
AudiomanagerRoutingSoundmanager* object_peek_audiomanager_routing_soundmanager | ( | Object * | object | ) |
object_peek_audiomanager_routing_soundmanager: (skip) : A Object.
Like object_get_audiomanager_routing_soundmanager() but doesn't increase the reference count on the returned object.
<warning>It is not safe to use the returned object if you are on another thread than the one where the #GDBusObjectManagerClient or #GDBusObjectManagerServer for is running.</warning>
Returns: (transfer none): A AudiomanagerRoutingSoundmanager or NULL if does not implement the interface. Do not free the returned object, it is owned by .
Definition at line 8986 of file audio_manager_interface.c.
AudiomanagerRoutinginterface* object_peek_audiomanager_routinginterface | ( | Object * | object | ) |
object_peek_audiomanager_routinginterface: (skip) : A Object.
Like object_get_audiomanager_routinginterface() but doesn't increase the reference count on the returned object.
<warning>It is not safe to use the returned object if you are on another thread than the one where the #GDBusObjectManagerClient or #GDBusObjectManagerServer for is running.</warning>
Returns: (transfer none): A AudiomanagerRoutinginterface or NULL if does not implement the interface. Do not free the returned object, it is owned by .
Definition at line 8966 of file audio_manager_interface.c.
GType object_proxy_get_type | ( | void | ) |
ObjectProxy* object_proxy_new | ( | GDBusConnection * | connection, |
const gchar * | object_path | ||
) |
object_proxy_new: : A #GDBusConnection. : An object path.
Creates a new proxy object.
Returns: (transfer full): The proxy object.
Definition at line 9107 of file audio_manager_interface.c.
GType object_skeleton_get_type | ( | void | ) |
ObjectSkeleton* object_skeleton_new | ( | const gchar * | object_path | ) |
object_skeleton_new: : An object path.
Creates a new skeleton object.
Returns: (transfer full): The skeleton object.
Definition at line 9260 of file audio_manager_interface.c.
void object_skeleton_set_audiomanager_commandinterface | ( | ObjectSkeleton * | object, |
AudiomanagerCommandinterface * | interface_ | ||
) |
object_skeleton_set_audiomanager_commandinterface: : A ObjectSkeleton. : (allow-none): A AudiomanagerCommandinterface or NULL to clear the interface.
Sets the AudiomanagerCommandinterface instance for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-commandinterface.top_of_page">org.genivi.audiomanager.commandinterface</link> on .
Definition at line 9273 of file audio_manager_interface.c.
void object_skeleton_set_audiomanager_routing_soundmanager | ( | ObjectSkeleton * | object, |
AudiomanagerRoutingSoundmanager * | interface_ | ||
) |
object_skeleton_set_audiomanager_routing_soundmanager: : A ObjectSkeleton. : (allow-none): A AudiomanagerRoutingSoundmanager or NULL to clear the interface.
Sets the AudiomanagerRoutingSoundmanager instance for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-routing-soundmanager.top_of_page">org.genivi.audiomanager.routing.soundmanager</link> on .
Definition at line 9297 of file audio_manager_interface.c.
void object_skeleton_set_audiomanager_routinginterface | ( | ObjectSkeleton * | object, |
AudiomanagerRoutinginterface * | interface_ | ||
) |
object_skeleton_set_audiomanager_routinginterface: : A ObjectSkeleton. : (allow-none): A AudiomanagerRoutinginterface or NULL to clear the interface.
Sets the AudiomanagerRoutinginterface instance for the D-Bus interface <link linkend="gdbus-interface-org-genivi-audiomanager-routinginterface.top_of_page">org.genivi.audiomanager.routinginterface</link> on .
Definition at line 9285 of file audio_manager_interface.c.