Files
KioskApp/GtkSharp/Source/Libs/GioSharp/Generated/GLib/DBusError.cs
2024-09-15 22:40:48 +02:00

60 lines
1.0 KiB
C#

// 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
}