Job
Object Hierarchy:
Description:
[
CCode ( type_id =
"udisks_job_get_type ()" ) ]
public interface Job :
Object
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Job.
All known implementing classes:
Content:
Properties:
- public abstract uint64 bytes { get; set; }
Represents the D-Bus property "Bytes".
- public abstract bool cancelable { get; set; }
Represents the D-Bus property "Cancelable".
- public abstract uint64 expected_end_time { get; set; }
Represents the D-Bus property "ExpectedEndTime".
- public abstract string[] objects { owned get; set; }
Represents the D-Bus property "Objects".
- public abstract string operation { owned get; set; }
Represents the D-Bus property "Operation".
- public abstract double progress { get; set; }
Represents the D-Bus property "Progress".
- public abstract bool progress_valid { get; set; }
Represents the D-Bus property "ProgressValid".
- public abstract uint64 rate { get; set; }
Represents the D-Bus property "Rate".
- public abstract uint64 start_time { get; set; }
Represents the D-Bus property "StartTime".
- public abstract uint started_by_uid { get; set; }
Represents the D-Bus property "StartedByUID".
Static methods:
Methods:
Signals:
- public virtual signal void completed (bool arg_success, string arg_message)
On the client-side, this signal is emitted whenever the D-Bus signal
"Completed" is received.
- public virtual signal bool handle_cancel (DBusMethodInvocation invocation, Variant arg_options)
Signal emitted when a remote caller is invoking the Cancel D-Bus
method.
Inherited Members:
All known members inherited from class GLib.Object