![]() |
![]() |
![]() |
Mission Control Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites |
McpDispatchOperation; McpDispatchOperationIface; McpDispatchOperationDelay; gboolean mcp_dispatch_operation_find_channel_by_type (McpDispatchOperation *self
,guint start_from
,TpHandleType handle_type
,GQuark channel_type
,guint *ret_index
,gchar **ret_dup_path
,GHashTable **ret_ref_immutable_properties
,TpChannel **ret_ref_channel
); TpConnection * mcp_dispatch_operation_ref_connection (McpDispatchOperation *self
); TpChannel * mcp_dispatch_operation_ref_nth_channel (McpDispatchOperation *self
,guint n
); const gchar * mcp_dispatch_operation_get_account_path (McpDispatchOperation *self
); const gchar * mcp_dispatch_operation_get_connection_path (McpDispatchOperation *self
); const gchar * mcp_dispatch_operation_get_protocol (McpDispatchOperation *self
); const gchar * mcp_dispatch_operation_get_cm_name (McpDispatchOperation *self
); guint mcp_dispatch_operation_get_n_channels (McpDispatchOperation *self
); const gchar * mcp_dispatch_operation_get_nth_channel_path (McpDispatchOperation *self
,guint n
); GHashTable * mcp_dispatch_operation_ref_nth_channel_properties (McpDispatchOperation *self
,guint n
); McpDispatchOperationDelay * mcp_dispatch_operation_start_delay (McpDispatchOperation *self
); void mcp_dispatch_operation_end_delay (McpDispatchOperation *self
,McpDispatchOperationDelay *delay
); void mcp_dispatch_operation_leave_channels (McpDispatchOperation *self
,gboolean wait_for_observers
,TpChannelGroupChangeReason reason
,const gchar *message
); void mcp_dispatch_operation_close_channels (McpDispatchOperation *self
,gboolean wait_for_observers
); void mcp_dispatch_operation_destroy_channels (McpDispatchOperation *self
,gboolean wait_for_observers
);
gboolean mcp_dispatch_operation_find_channel_by_type (McpDispatchOperation *self
,guint start_from
,TpHandleType handle_type
,GQuark channel_type
,guint *ret_index
,gchar **ret_dup_path
,GHashTable **ret_ref_immutable_properties
,TpChannel **ret_ref_channel
);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
TpConnection * mcp_dispatch_operation_ref_connection
(McpDispatchOperation *self
);
|
|
Returns : |
TpChannel * mcp_dispatch_operation_ref_nth_channel (McpDispatchOperation *self
,guint n
);
|
|
|
|
Returns : |
const gchar * mcp_dispatch_operation_get_account_path
(McpDispatchOperation *self
);
|
|
Returns : |
const gchar * mcp_dispatch_operation_get_connection_path
(McpDispatchOperation *self
);
|
|
Returns : |
const gchar * mcp_dispatch_operation_get_protocol (McpDispatchOperation *self
);
|
|
Returns : |
const gchar * mcp_dispatch_operation_get_cm_name (McpDispatchOperation *self
);
|
|
Returns : |
guint mcp_dispatch_operation_get_n_channels
(McpDispatchOperation *self
);
|
|
Returns : |
const gchar * mcp_dispatch_operation_get_nth_channel_path (McpDispatchOperation *self
,guint n
);
|
|
|
|
Returns : |
GHashTable * mcp_dispatch_operation_ref_nth_channel_properties (McpDispatchOperation *self
,guint n
);
|
|
|
|
Returns : |
McpDispatchOperationDelay * mcp_dispatch_operation_start_delay
(McpDispatchOperation *self
);
|
|
Returns : |
void mcp_dispatch_operation_end_delay (McpDispatchOperation *self
,McpDispatchOperationDelay *delay
);
|
|
|
void mcp_dispatch_operation_leave_channels (McpDispatchOperation *self
,gboolean wait_for_observers
,TpChannelGroupChangeReason reason
,const gchar *message
);
|
|
|
|
|
|
|
void mcp_dispatch_operation_close_channels (McpDispatchOperation *self
,gboolean wait_for_observers
);
|
|
|
void mcp_dispatch_operation_destroy_channels (McpDispatchOperation *self
,gboolean wait_for_observers
);
|
|
|