diff options
Diffstat (limited to 'glnx-console.h')
-rw-r--r-- | glnx-console.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/glnx-console.h b/glnx-console.h index 8c1d811..108dc40 100644 --- a/glnx-console.h +++ b/glnx-console.h @@ -36,7 +36,11 @@ void glnx_console_lock (GLnxConsoleRef *ref); void glnx_console_text (const char *text); void glnx_console_progress_text_percent (const char *text, - guint percentage); + guint percentage); + +void glnx_console_progress_n_items (const char *text, + guint current, + guint total); void glnx_console_unlock (GLnxConsoleRef *ref); |