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

22 lines
438 B
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
[Flags]
public enum DBusProxyFlags {
None,
DoNotLoadProperties = 1 << 0,
DoNotConnectSignals = 1 << 1,
DoNotAutoStart = 1 << 2,
GetInvalidatedProperties = 1 << 3,
DoNotAutoStartAtConstruction = 1 << 4,
}
#endregion
}