22 lines
438 B
C#
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
|
||
|
|
}
|