23 lines
640 B
C#
23 lines
640 B
C#
// 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
|
|
}
|