TaskviewGenericProxy

TaskviewGenericProxy

Synopsis

                    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);

Object Hierarchy

  GObject
   +----TaskviewGenericProxy
         +----TaskviewIOProxy

Properties

  "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

Description

Details

TaskviewGenericProxy

typedef struct _TaskviewGenericProxy TaskviewGenericProxy;


TaskviewGenericProxyClass

typedef struct {
  GObjectClass parent_class;
} TaskviewGenericProxyClass;


TaskviewGenericProxyPrivate

typedef struct _TaskviewGenericProxyPrivate TaskviewGenericProxyPrivate;


taskview_generic_proxy_get_icon ()

gchar *             taskview_generic_proxy_get_icon     (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_description ()

gchar *             taskview_generic_proxy_get_description
                                                        (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_details ()

gchar *             taskview_generic_proxy_get_details  (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_state ()

gint                taskview_generic_proxy_get_state    (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_progress ()

gint                taskview_generic_proxy_get_progress (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_remaining_time ()

gint                taskview_generic_proxy_get_remaining_time
                                                        (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_creation_time ()

gint64              taskview_generic_proxy_get_creation_time
                                                        (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_get_finished_time ()

gint64              taskview_generic_proxy_get_finished_time
                                                        (TaskviewGenericProxy *self);

self :

Returns :


taskview_generic_proxy_resume ()

void                taskview_generic_proxy_resume       (TaskviewGenericProxy *view);

view :


taskview_generic_proxy_pause ()

void                taskview_generic_proxy_pause        (TaskviewGenericProxy *view);

view :


taskview_generic_proxy_cancel ()

void                taskview_generic_proxy_cancel       (TaskviewGenericProxy *view);

view :


taskview_generic_proxy_view ()

void                taskview_generic_proxy_view         (TaskviewGenericProxy *view);

view :

Property Details

The "cancellable" property

  "cancellable"              gboolean              : Read

Is the task cancellable?.

Default value: FALSE


The "creation-time" property

  "creation-time"            gint64                : Read

The creation time of the TaskView.

Allowed values: >= -1

Default value: -1


The "dbus-connection" property

  "dbus-connection"          gpointer              : Read / Write / Construct Only

The D-Bus connection.


The "dbus-name" property

  "dbus-name"                gchar*                : Read / Write / Construct Only

The D-Bus name of the remote application to monitor.

Default value: NULL


The "dbus-object-path" property

  "dbus-object-path"         gchar*                : Read / Write / Construct Only

The D-Bus Object Path of the TaskView.

Default value: NULL


The "description" property

  "description"              gchar*                : Read

The description of the TaskView.

Default value: ""


The "details" property

  "details"                  gchar*                : Read

The details of the TaskView.

Default value: ""


The "finished-time" property

  "finished-time"            gint64                : Read

The finished time of the TaskView.

Allowed values: >= -1

Default value: -1


The "icon" property

  "icon"                     gchar*                : Read

The icon of the TaskView.

Default value: ""


The "pausable" property

  "pausable"                 gboolean              : Read

Is the task pausable?.

Default value: FALSE


The "progress" property

  "progress"                 gint                  : Read

The progress of the TaskView.

Allowed values: [G_MAXULONG,100]

Default value: -1


The "remaining-time" property

  "remaining-time"           gint                  : Read

The estimated remaining time until completion of the TaskView.

Allowed values: >= G_MAXULONG

Default value: -1


The "state" property

  "state"                    gint                  : Read

The state of the TaskView.

Allowed values: [0,5]

Default value: 1


The "viewable" property

  "viewable"                 gboolean              : Read

Does the worker provide a seperate dialogue?.

Default value: FALSE