![]() |
![]() |
![]() |
libtaskview - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
TaskviewIO; TaskviewIOClass; TaskviewIOPrivate; gint taskview_io_get_io_type (TaskviewIO *self
); guint taskview_io_get_current_item (TaskviewIO *self
); guint64 taskview_io_get_throughput_size (TaskviewIO *self
); guint64 taskview_io_get_total_size (TaskviewIO *self
); guint64 taskview_io_get_processed_size (TaskviewIO *self
); guint64 taskview_io_get_throughput_items (TaskviewIO *self
); guint64 taskview_io_get_total_items (TaskviewIO *self
); guint64 taskview_io_get_processed_items (TaskviewIO *self
); gboolean taskview_io_get_auto_update (TaskviewIO *self
); void taskview_io_set_io_type (TaskviewIO *self
,gint value
); void taskview_io_set_current_item (TaskviewIO *self
,guint value
); void taskview_io_set_throughput_size (TaskviewIO *self
,guint64 value
); void taskview_io_set_total_size (TaskviewIO *self
,guint64 value
); void taskview_io_set_processed_size (TaskviewIO *self
,guint64 value
); void taskview_io_set_throughput_items (TaskviewIO *self
,guint64 value
); void taskview_io_set_total_items (TaskviewIO *self
,guint64 value
); void taskview_io_set_processed_items (TaskviewIO *self
,guint64 value
); void taskview_io_set_auto_update (TaskviewIO *self
,gboolean value
);
"auto-update" gboolean : Read / Write / Construct "current-item" guint : Read / Write / Construct "destination-uri" GStrv* : Read / Write / Construct "processed-items" guint64 : Read / Write / Construct "processed-size" guint64 : Read / Write / Construct "source-uri" GStrv* : Read / Write / Construct "throughput-items" guint64 : Read / Write / Construct "throughput-size" guint64 : Read / Write / Construct "total-items" guint64 : Read / Write / Construct "total-size" guint64 : Read / Write / Construct "type" gint : Read / Write / Construct
typedef struct { TaskviewGenericClass parent_class; GDBusInterfaceInfo *interface; const GDBusInterfaceVTable *vtable; } TaskviewIOClass;
guint taskview_io_get_current_item (TaskviewIO *self
);
|
|
Returns : |
guint64 taskview_io_get_throughput_size (TaskviewIO *self
);
|
|
Returns : |
guint64 taskview_io_get_total_size (TaskviewIO *self
);
|
|
Returns : |
guint64 taskview_io_get_processed_size (TaskviewIO *self
);
|
|
Returns : |
guint64 taskview_io_get_throughput_items (TaskviewIO *self
);
|
|
Returns : |
guint64 taskview_io_get_total_items (TaskviewIO *self
);
|
|
Returns : |
guint64 taskview_io_get_processed_items (TaskviewIO *self
);
|
|
Returns : |
gboolean taskview_io_get_auto_update (TaskviewIO *self
);
|
|
Returns : |
void taskview_io_set_io_type (TaskviewIO *self
,gint value
);
|
|
|
void taskview_io_set_current_item (TaskviewIO *self
,guint value
);
|
|
|
void taskview_io_set_throughput_size (TaskviewIO *self
,guint64 value
);
|
|
|
void taskview_io_set_total_size (TaskviewIO *self
,guint64 value
);
|
|
|
void taskview_io_set_processed_size (TaskviewIO *self
,guint64 value
);
|
|
|
void taskview_io_set_throughput_items (TaskviewIO *self
,guint64 value
);
|
|
|
void taskview_io_set_total_items (TaskviewIO *self
,guint64 value
);
|
|
|
void taskview_io_set_processed_items (TaskviewIO *self
,guint64 value
);
|
|
|
void taskview_io_set_auto_update (TaskviewIO *self
,gboolean value
);
|
|
|
"auto-update"
property"auto-update" gboolean : Read / Write / Construct
Automatic updates of the progress, ETA, throughput props from the size information.
Default value: TRUE
"current-item"
property"current-item" guint : Read / Write / Construct
The index of the current processed item, contained in DestinationURI.
Default value: 4294967295
"destination-uri"
property"destination-uri" GStrv* : Read / Write / Construct
All destination uris.
"processed-items"
property"processed-items" guint64 : Read / Write / Construct
The number processed items of the Task.
Default value: 18446744073709551615
"processed-size"
property"processed-size" guint64 : Read / Write / Construct
The processed size of the Task.
Default value: 18446744073709551615
"throughput-items"
property"throughput-items" guint64 : Read / Write / Construct
The items throughput of the Task.
Default value: 18446744073709551615
"throughput-size"
property"throughput-size" guint64 : Read / Write / Construct
The size throughput of the Task.
Default value: 18446744073709551615
"total-items"
property"total-items" guint64 : Read / Write / Construct
The number of all items of the Task.
Default value: 18446744073709551615
"total-size"
property"total-size" guint64 : Read / Write / Construct
The total size of the Task.
Default value: 18446744073709551615
"type"
property"type" gint : Read / Write / Construct
The type of the IO transfer.
Allowed values: [0,6]
Default value: 6