![]() |
![]() |
![]() |
![]() |
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
);