Files
KioskApp/GtkSharp/Source/Libs/GioSharp/Generated/GLib/DBusConnectionFlags.cs

22 lines
449 B
C#
Raw Normal View History

2024-09-15 22:40:48 +02:00
// 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
}