no more submodule

This commit is contained in:
2024-09-15 22:40:48 +02:00
parent df3b8a3135
commit 0234b33671
5804 changed files with 943618 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gdk {
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using static GLib.AbiStructExtension;
#region Autogenerated code
public partial class PixbufAniAnim : Gdk.PixbufAnimation {
public PixbufAniAnim (IntPtr raw) : base(raw) {}
protected PixbufAniAnim() : base(IntPtr.Zero)
{
CreateNativeObject (Array.Empty<string> (), Array.Empty<GLib.Value> ());
}
[UnmanagedFunctionPointer (CallingConvention.Cdecl)]
delegate IntPtr d_gdk_pixbuf_ani_anim_get_type();
static d_gdk_pixbuf_ani_anim_get_type gdk_pixbuf_ani_anim_get_type = FuncLoader.LoadFunction<d_gdk_pixbuf_ani_anim_get_type>(FuncLoader.GetProcAddress(GLibrary.Load(Library.GdkPixbuf), "gdk_pixbuf_ani_anim_get_type"));
public static new GLib.GType GType {
get {
IntPtr raw_ret = gdk_pixbuf_ani_anim_get_type();
GLib.GType ret = new GLib.GType(raw_ret);
return ret;
}
}
#endregion
}
}