// 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 public enum DBusError { Failed, NoMemory, ServiceUnknown, NameHasNoOwner, NoReply, IoError, BadAddress, NotSupported, LimitsExceeded, AccessDenied, AuthFailed, NoServer, Timeout, NoNetwork, AddressInUse, Disconnected, InvalidArgs, FileNotFound, FileExists, UnknownMethod, TimedOut, MatchRuleNotFound, MatchRuleInvalid, SpawnExecFailed, SpawnForkFailed, SpawnChildExited, SpawnChildSignaled, SpawnFailed, SpawnSetupFailed, SpawnConfigInvalid, SpawnServiceInvalid, SpawnServiceNotFound, SpawnPermissionsInvalid, SpawnFileInvalid, SpawnNoMemory, UnixProcessIdUnknown, InvalidSignature, InvalidFileContent, SelinuxSecurityContextUnknown, AdtAuditDataUnknown, ObjectPathInUse, UnknownObject, UnknownInterface, UnknownProperty, PropertyReadOnly, } #endregion }