UDisks.Job¶
- Implementations:
 
Methods¶
class  | 
|
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
|
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
Bytes  | 
||
r/w  | 
Cancelable  | 
||
r/w  | 
ExpectedEndTime  | 
||
[  | 
r/w  | 
Objects  | 
|
r/w  | 
Operation  | 
||
r/w  | 
Progress  | 
||
r/w  | 
ProgressValid  | 
||
r/w  | 
Rate  | 
||
r/w  | 
StartTime  | 
||
r/w  | 
StartedByUID  | 
Signals¶
Name  | 
Short Description  | 
|---|---|
On the client-side, this signal is emitted whenever the D-Bus signal “Completed” is received.  | 
|
Signal emitted when a remote caller is invoking the Cancel() D-Bus method.  | 
Fields¶
None
Class Details¶
- class UDisks.Job¶
 - Bases:
 - Structure:
 
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Job.
- classmethod interface_info()¶
 - Returns:
 A
Gio.DBusInterfaceInfo. Do not free.- Return type:
 
Gets a machine-readable description of the org.freedesktop.UDisks2.Job D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
 - Parameters:
 klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
 The last property id.
- Return type:
 
Overrides all
GObject.Objectproperties in theUDisks.Jobinterface for a concrete class. The properties are overridden in the order they are defined.
- call_cancel(arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the Cancel() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Job.call_cancel_finish() to get the result of the operation.See
UDisks.Job.call_cancel_sync() for the synchronous, blocking version of this method.
- call_cancel_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Job.call_cancel().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Job.call_cancel().
- call_cancel_sync(arg_options, cancellable)¶
 - Parameters:
 arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the Cancel() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Job.call_cancel() for the asynchronous version of this method.
- complete_cancel(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the Cancel() 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 invocation, you cannot use it afterwards.
- emit_completed(arg_success, arg_message)¶
 - Parameters:
 
Emits the “Completed” D-Bus signal.
- do_completed(arg_success, arg_message) virtual¶
 - 
Handler for the
UDisks.Job::completedsignal. 
- do_handle_cancel(invocation, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Job::handle-cancelsignal.
Signal Details¶
- UDisks.Job.signals.completed(job, arg_success, arg_message)¶
 - Signal Name:
 completed- Flags:
 - Parameters:
 job (
UDisks.Job) – The object which received the signalarg_success (
bool) – Argument.arg_message (
str) – Argument.
On the client-side, this signal is emitted whenever the D-Bus signal “Completed” is received.
On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.
- UDisks.Job.signals.handle_cancel(job, invocation, arg_options)¶
 - Signal Name:
 handle-cancel- Flags:
 - Parameters:
 job (
UDisks.Job) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the Cancel() D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Job.complete_cancel() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
Property Details¶
- UDisks.Job.props.bytes¶
 - 
Represents the D-Bus property “Bytes”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.cancelable¶
 - 
Represents the D-Bus property “Cancelable”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.expected_end_time¶
 - 
Represents the D-Bus property “ExpectedEndTime”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.objects¶
 - 
Represents the D-Bus property “Objects”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.operation¶
 - 
Represents the D-Bus property “Operation”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.progress¶
 - 
Represents the D-Bus property “Progress”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.progress_valid¶
 - 
Represents the D-Bus property “ProgressValid”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.rate¶
 - 
Represents the D-Bus property “Rate”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.start_time¶
 - 
Represents the D-Bus property “StartTime”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side. 
- UDisks.Job.props.started_by_uid¶
 - 
Represents the D-Bus property “StartedByUID”.
Since the D-Bus property for this
GObject.Objectproperty is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.