summaryrefslogtreecommitdiff
path: root/logview/logview-log.h
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-08-21 19:40:20 +0300
committerinfirit <[email protected]>2015-08-31 21:57:23 +0200
commit9064796891da2a4b83c4ccd53f7f1dc26b930768 (patch)
tree4b0b7030b6a61e47fbe43a0be92cfad347148f86 /logview/logview-log.h
parent3ccc6321cdb356a6ef00f3a16a76ea5a161c59b8 (diff)
downloadmate-utils-9064796891da2a4b83c4ccd53f7f1dc26b930768.tar.bz2
mate-utils-9064796891da2a4b83c4ccd53f7f1dc26b930768.tar.xz
logview: use a GCancellable when reading new lines from the log
from https://git.gnome.org/browse/gnome-system-log/commit/?id=0aeb30fae9b5855804240972790045074854f1aa
Diffstat (limited to 'logview/logview-log.h')
-rw-r--r--logview/logview-log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logview/logview-log.h b/logview/logview-log.h
index 6e69ad84..4f81af14 100644
--- a/logview/logview-log.h
+++ b/logview/logview-log.h
@@ -90,6 +90,7 @@ void logview_log_create_from_gfile (GFile *file,
LogviewCreateCallback callback,
gpointer user_data);
void logview_log_read_new_lines (LogviewLog *log,
+ GCancellable *cancellable,
LogviewNewLinesCallback callback,
gpointer user_data);