// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace GLib { using System; using System.Runtime.InteropServices; #region Autogenerated code [Flags] public enum DBusConnectionFlags { None, AuthenticationClient = 1 << 0, AuthenticationServer = 1 << 1, AuthenticationAllowAnonymous = 1 << 2, MessageBusConnection = 1 << 3, DelayMessageProcessing = 1 << 4, } #endregion }