summaryrefslogtreecommitdiff
path: root/glnx-console.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2016-03-10 13:51:13 -0500
committerColin Walters <walters@verbum.org>2016-03-10 13:51:13 -0500
commit08ae6639e522e9b11765245fbecdbbe474ccde98 (patch)
tree65566e24e09d6b1e97a06fd49e762feb7e82d626 /glnx-console.h
parent8a7943fef6061a4e9ca368e0042a8a3924affb99 (diff)
downloadlibglnx-08ae6639e522e9b11765245fbecdbbe474ccde98.tar.gz
console: Add an API to just emit text
We had this internally, just need to expose it.
Diffstat (limited to 'glnx-console.h')
-rw-r--r--glnx-console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glnx-console.h b/glnx-console.h
index 8fc3865..8c1d811 100644
--- a/glnx-console.h
+++ b/glnx-console.h
@@ -33,6 +33,8 @@ typedef struct GLnxConsoleRef GLnxConsoleRef;
void glnx_console_lock (GLnxConsoleRef *ref);
+void glnx_console_text (const char *text);
+
void glnx_console_progress_text_percent (const char *text,
guint percentage);