[NoWrapper]
public virtual bool to_tokens (GLib.GenericArray<string> tokens, out int out_version);
}
- [CCode (cheader_filename = "gio/gio.h")]
+ [CCode (cheader_filename = "gio/gio.h", type_id = "g_initable_get_type ()")]
[Version (since = "2.22")]
public interface Initable : GLib.Object {
public abstract bool init (GLib.Cancellable? cancellable = null) throws GLib.Error;
public virtual GLib.Icon? from_tokens (string[] tokens, int version) throws GLib.Error;
}
- public interface Initable : GLib.Object {
- public static GLib.Object @new (GLib.Type object_type, GLib.Cancellable? cancellable = null, ...) throws GLib.Error;
- }
-
[Flags]
public enum ConverterFlags {
[Version (deprecated_since = "vala-0.16", replacement = "ConverterFlags.NONE")]
.to_string nullable
.to_tokens skip
Initable
- .new_valist skip=false
- .newv type="GLib.Object"
+ .new* skip=false throws="GLib.Error"
+ .new throws="GLib.Error"
+ .new.error skip
+ .newv skip=false type="GLib.Object"
PollableInputStream
.create_source type="GLib.PollableSource"
.read_nonblocking.buffer type="uint8[]" array_length_idx=1