Top |
GtkWidget * | thunar_progress_dialog_new () |
GList * | thunar_progress_dialog_list_jobs () |
void | thunar_progress_dialog_add_job () |
gboolean | thunar_progress_dialog_has_jobs () |
guint | thunar_progress_dialog_n_jobs () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── ThunarProgressDialog
GList *
thunar_progress_dialog_list_jobs (ThunarProgressDialog *dialog
);
Return a list of non-cancelled ThunarJob
The caller is responsible to free the returned list using
g_list_free()
when no longer needed.
void thunar_progress_dialog_add_job (ThunarProgressDialog *dialog
,ThunarJob *job
,const gchar *icon_name
,const gchar *title
);
gboolean
thunar_progress_dialog_has_jobs (ThunarProgressDialog *dialog
);
guint
thunar_progress_dialog_n_jobs (ThunarProgressDialog *dialog
);