// This file was generated by the Gtk# code generator. // Any changes made will be lost if regenerated. namespace Gdk { using System; using System.Runtime.InteropServices; #region Autogenerated code [GLib.GType (typeof (Gdk.StatusGType))] public enum Status { Ok, Error = -1, ErrorParam = -2, ErrorFile = -3, ErrorMem = -4, } internal class StatusGType { [UnmanagedFunctionPointer (CallingConvention.Cdecl)] delegate IntPtr d_gdk_status_get_type(); static d_gdk_status_get_type gdk_status_get_type = FuncLoader.LoadFunction(FuncLoader.GetProcAddress(GLibrary.Load(Library.Gdk), "gdk_status_get_type")); public static GLib.GType GType { get { return new GLib.GType (gdk_status_get_type ()); } } } #endregion }