Top |
TpAddDispatchOperationContextTpAddDispatchOperationContext — context of a Approver.AddDispatchOperation() call |
TpAccount * | account | Read / Write / Construct Only |
TpChannel * | channel | Read / Write / Construct Only |
TpConnection * | connection | Read / Write / Construct Only |
gpointer | dbus-context | Write / Construct Only |
TpChannelDispatchOperation * | dispatch-operation | Read / Write / Construct Only |
Object used to represent the context of a Approver.AddDispatchOperation() D-Bus call on a TpBaseClient.
void
tp_add_dispatch_operation_context_accept
(TpAddDispatchOperationContext *self
);
Called by TpBaseClientClassAddDispatchOperationImpl when it's done so the D-Bus method can return.
Since 0.11.5
void
tp_add_dispatch_operation_context_delay
(TpAddDispatchOperationContext *self
);
Called by TpBaseClientClassAddDispatchOperationImpl to indicate that it
implements the method in an async way. The caller must take a reference
to the TpAddDispatchOperationContext before calling this function, and
is responsible for calling either
tp_add_dispatch_operation_context_accept()
or
tp_add_dispatch_operation_context_fail()
later.
Since 0.11.5
void tp_add_dispatch_operation_context_fail (TpAddDispatchOperationContext *self
,const GError *error
);
Called by TpBaseClientClassAddDispatchOperationImpl to raise a D-Bus error.
Since 0.11.5
“account”
property“account” TpAccount *
A TpAccount object representing the Account of the DispatchOperation that has been passed to AddDispatchOperation. Read-only except during construction.
This property can't be NULL
.
Flags: Read / Write / Construct Only
Since 0.11.5
“channel”
property“channel” TpChannel *
A TpChannel object representing the channel that has been passed to AddDispatchOperation. Read-only except during construction.
This property can't be NULL
.
Flags: Read / Write / Construct Only
“connection”
property“connection” TpConnection *
A TpConnection object representing the Connection of the DispatchOperation that has been passed to AddDispatchOperation. Read-only except during construction.
This property can't be NULL
.
Flags: Read / Write / Construct Only
Since 0.11.5
“dbus-context”
property“dbus-context” gpointer
The GDBusMethodInvocation representing the D-Bus context of the AddDispatchOperation call. Can only be written during construction.
Flags: Write / Construct Only
Since 0.11.5
“dispatch-operation”
property“dispatch-operation” TpChannelDispatchOperation *
A TpChannelDispatchOperation object representing the ChannelDispatchOperation that has been passed to AddDispatchOperation. Read-only except during construction.
This property can't be NULL
.
Flags: Read / Write / Construct Only
Since 0.11.5