}
[CCode (cheader_filename = "gio/gio.h")]
public interface AsyncInitable : GLib.Object {
- public abstract async bool init_async (int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null) throws GLib.Error;
+ public virtual async bool init_async (int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null) throws GLib.Error;
public static async unowned GLib.Object new_async (GLib.Type object_type, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable, ...) throws GLib.Error;
public static async void new_valist_async (GLib.Type object_type, string first_property_name, void* var_args, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null);
public static async void newv_async (GLib.Type object_type, uint n_parameters, GLib.Parameter parameters, int io_priority = GLib.Priority.DEFAULT, GLib.Cancellable? cancellable = null);
g_application_command_line_print ellipsis="1" printf_format="1"
g_application_command_line_printerr ellipsis="1" printf_format="1"
GAsyncReadyCallback.source_object nullable="1"
+g_async_initable_init_async virtual="1"
g_async_initable_new_async transfer_ownership="1"
g_async_initable_new_async.cancellable nullable="1"
g_buffered_input_stream_peek.buffer type_name="uint8" is_array="1" array_length_pos="2.9" array_length_type="gsize"