![]() |
![]() |
![]() |
libtaskview - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
TaskviewGenericProxy; TaskviewGenericProxyClass; TaskviewGenericProxyPrivate; gchar * taskview_generic_proxy_get_icon (TaskviewGenericProxy *self
); gchar * taskview_generic_proxy_get_description (TaskviewGenericProxy *self
); gchar * taskview_generic_proxy_get_details (TaskviewGenericProxy *self
); gint taskview_generic_proxy_get_state (TaskviewGenericProxy *self
); gint taskview_generic_proxy_get_progress (TaskviewGenericProxy *self
); gint taskview_generic_proxy_get_remaining_time (TaskviewGenericProxy *self
); gint64 taskview_generic_proxy_get_creation_time (TaskviewGenericProxy *self
); gint64 taskview_generic_proxy_get_finished_time (TaskviewGenericProxy *self
); void taskview_generic_proxy_resume (TaskviewGenericProxy *view
); void taskview_generic_proxy_pause (TaskviewGenericProxy *view
); void taskview_generic_proxy_cancel (TaskviewGenericProxy *view
); void taskview_generic_proxy_view (TaskviewGenericProxy *view
);
"cancellable" gboolean : Read "creation-time" gint64 : Read "dbus-connection" gpointer : Read / Write / Construct Only "dbus-name" gchar* : Read / Write / Construct Only "dbus-object-path" gchar* : Read / Write / Construct Only "description" gchar* : Read "details" gchar* : Read "finished-time" gint64 : Read "icon" gchar* : Read "pausable" gboolean : Read "progress" gint : Read "remaining-time" gint : Read "state" gint : Read "viewable" gboolean : Read
typedef struct _TaskviewGenericProxyPrivate TaskviewGenericProxyPrivate;
gchar * taskview_generic_proxy_get_icon (TaskviewGenericProxy *self
);
|
|
Returns : |
gchar * taskview_generic_proxy_get_description
(TaskviewGenericProxy *self
);
|
|
Returns : |
gchar * taskview_generic_proxy_get_details (TaskviewGenericProxy *self
);
|
|
Returns : |
gint taskview_generic_proxy_get_state (TaskviewGenericProxy *self
);
|
|
Returns : |
gint taskview_generic_proxy_get_progress (TaskviewGenericProxy *self
);
|
|
Returns : |
gint taskview_generic_proxy_get_remaining_time
(TaskviewGenericProxy *self
);
|
|
Returns : |
gint64 taskview_generic_proxy_get_creation_time
(TaskviewGenericProxy *self
);
|
|
Returns : |
gint64 taskview_generic_proxy_get_finished_time
(TaskviewGenericProxy *self
);
|
|
Returns : |
void taskview_generic_proxy_resume (TaskviewGenericProxy *view
);
|
void taskview_generic_proxy_pause (TaskviewGenericProxy *view
);
|
void taskview_generic_proxy_cancel (TaskviewGenericProxy *view
);
|
void taskview_generic_proxy_view (TaskviewGenericProxy *view
);
|
"cancellable"
property"cancellable" gboolean : Read
Is the task cancellable?.
Default value: FALSE
"creation-time"
property"creation-time" gint64 : Read
The creation time of the TaskView.
Allowed values: >= -1
Default value: -1
"dbus-connection"
property"dbus-connection" gpointer : Read / Write / Construct Only
The D-Bus connection.
"dbus-name"
property"dbus-name" gchar* : Read / Write / Construct Only
The D-Bus name of the remote application to monitor.
Default value: NULL
"dbus-object-path"
property"dbus-object-path" gchar* : Read / Write / Construct Only
The D-Bus Object Path of the TaskView.
Default value: NULL
"description"
property"description" gchar* : Read
The description of the TaskView.
Default value: ""
"finished-time"
property"finished-time" gint64 : Read
The finished time of the TaskView.
Allowed values: >= -1
Default value: -1
"progress"
property"progress" gint : Read
The progress of the TaskView.
Allowed values: [G_MAXULONG,100]
Default value: -1
"remaining-time"
property"remaining-time" gint : Read
The estimated remaining time until completion of the TaskView.
Allowed values: >= G_MAXULONG
Default value: -1
"state"
property"state" gint : Read
The state of the TaskView.
Allowed values: [0,5]
Default value: 1
"viewable"
property"viewable" gboolean : Read
Does the worker provide a seperate dialogue?.
Default value: FALSE