~vcs-imports/dbus/master

« back to all changes in this revision

Viewing changes to dbus/dbus-sysdeps.h

  • Committer: Simon McVittie
  • Author(s): Alban Crequy
  • Date: 2014-11-18 19:13:29 UTC
  • Revision ID: git-v1:84db0981e087f0010dbd591b97db94d492de8f7a
DBusSystemLogSeverity: add DBUS_SYSTEM_LOG_WARNING

Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85105

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
 
453
453
typedef enum {
454
454
  DBUS_SYSTEM_LOG_INFO,
 
455
  DBUS_SYSTEM_LOG_WARNING,
455
456
  DBUS_SYSTEM_LOG_SECURITY,
456
457
  DBUS_SYSTEM_LOG_FATAL
457
458
} DBusSystemLogSeverity;