no more submodule
This commit is contained in:
59
GtkSharp/Source/Libs/GioSharp/Generated/GLib/DBusError.cs
Normal file
59
GtkSharp/Source/Libs/GioSharp/Generated/GLib/DBusError.cs
Normal file
@@ -0,0 +1,59 @@
|
||||
// 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
|
||||
}
|
||||
Reference in New Issue
Block a user