summaryrefslogtreecommitdiff
path: root/bus/bus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-02 17:57:30 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-03 16:19:17 +0000
commit3861a42655ef0d81a8e915738cc6396c2a788d48 (patch)
treec8773399606a72f70bc7a989abb99960ba448b4a /bus/bus.h
parent5b89e2a839b9d778cc9e4bdc156243f826e26b2b (diff)
downloaddbus-3861a42655ef0d81a8e915738cc6396c2a788d48.tar.gz
bus_context_log_literal: add simplified version of bus_context_log
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88810 Reviewed-by: Philip Withnall
Diffstat (limited to 'bus/bus.h')
-rw-r--r--bus/bus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bus/bus.h b/bus/bus.h
index d05c80f0..746e5bad 100644
--- a/bus/bus.h
+++ b/bus/bus.h
@@ -121,6 +121,9 @@ void bus_context_log (BusContext
DBusSystemLogSeverity severity,
const char *msg,
...) _DBUS_GNUC_PRINTF (3, 4);
+void bus_context_log_literal (BusContext *context,
+ DBusSystemLogSeverity severity,
+ const char *msg);
dbus_bool_t bus_context_check_security_policy (BusContext *context,
BusTransaction *transaction,
DBusConnection *sender,