no more submodule
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
// This file was generated by the Gtk# code generator.
|
||||
// Any changes made will be lost if regenerated.
|
||||
|
||||
namespace GLib {
|
||||
|
||||
using System;
|
||||
|
||||
#region Autogenerated code
|
||||
public partial interface IAsyncInitable : GLib.IWrapper {
|
||||
|
||||
void InitAsync(int io_priority, GLib.Cancellable cancellable, GLib.AsyncReadyCallback cb);
|
||||
bool InitFinish(GLib.IAsyncResult res);
|
||||
}
|
||||
|
||||
[GLib.GInterface (typeof (AsyncInitableAdapter))]
|
||||
public partial interface IAsyncInitableImplementor : GLib.IWrapper {
|
||||
|
||||
void InitAsync (int io_priority, GLib.Cancellable cancellable, GLib.AsyncReadyCallback cb);
|
||||
bool InitFinish (GLib.IAsyncResult res);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user