18 lines
325 B
C#
18 lines
325 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 DBusInterfaceSkeletonFlags {
|
|
|
|
None,
|
|
HandleMethodInvocationsInThread = 1 << 0,
|
|
}
|
|
#endregion
|
|
}
|