diff options
author | emanuele-f <[email protected]> | 2016-10-16 16:33:44 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2016-10-17 14:05:36 -0400 |
commit | eee44838ba7ec3c4f4c1da5ab5abfbd41c03481d (patch) | |
tree | c381dadfcef489efec30e308fd5095f444c6fd8a /libcaja-private/caja-progress-info.h | |
parent | 6d3be95e22b6f4da4a5ab5bd516fe1e8b5ec5282 (diff) | |
download | caja-eee44838ba7ec3c4f4c1da5ab5abfbd41c03481d.tar.bz2 caja-eee44838ba7ec3c4f4c1da5ab5abfbd41c03481d.tar.xz |
Operations window fixes and control improvements
Diffstat (limited to 'libcaja-private/caja-progress-info.h')
-rw-r--r-- | libcaja-private/caja-progress-info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcaja-private/caja-progress-info.h b/libcaja-private/caja-progress-info.h index 2640b77e..61cdb02a 100644 --- a/libcaja-private/caja-progress-info.h +++ b/libcaja-private/caja-progress-info.h @@ -50,8 +50,9 @@ GType caja_progress_info_get_type (void) G_GNUC_CONST; All methods are threadsafe. */ -CajaProgressInfo *caja_progress_info_new (gboolean should_start); +CajaProgressInfo *caja_progress_info_new (gboolean should_start, gboolean can_pause); void caja_progress_info_get_ready (CajaProgressInfo *info); +void caja_progress_info_disable_pause (CajaProgressInfo *info); GList * caja_get_all_progress_info (void); @@ -82,5 +83,4 @@ void caja_progress_info_set_progress (CajaProgressInfo *info, void caja_progress_info_pulse_progress (CajaProgressInfo *info); - #endif /* CAJA_PROGRESS_INFO_H */ |