![]() |
![]() |
![]() |
libseahorse Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void seahorse_progress_status_set_operation (SeahorseWidget *swidget
,SeahorseOperation *operation
); SeahorseOperation* seahorse_progress_status_get_operation (SeahorseWidget *swidget
); void seahorse_progress_show (SeahorseOperation *operation
,const gchar *title
,gboolean delayed
);
void seahorse_progress_status_set_operation (SeahorseWidget *swidget
,SeahorseOperation *operation
);
Adds the operation to the widget.
|
The SeahorseWidget to add the operation to |
|
The operation to add |
SeahorseOperation* seahorse_progress_status_get_operation
(SeahorseWidget *swidget
);
|
The SeahorseWidget to extract the operation from |
Returns : |
The operation stored in the widget |
void seahorse_progress_show (SeahorseOperation *operation
,const gchar *title
,gboolean delayed
);
Displays a progress window and adds an operation to it.
|
The operation to create a progress window for |
|
Optional title of this window |
|
TRUE: wait 1 second before displaying the window |