}
[CCode (cheader_filename = "gio/gio.h", type_cname = "GListModelInterface", type_id = "g_list_model_get_type ()")]
public interface ListModel : GLib.Object {
- [NoWrapper]
- public abstract void* get_item (uint position);
+ public abstract GLib.Object? get_item (uint position);
public abstract GLib.Type get_item_type ();
public abstract uint get_n_items ();
public GLib.Object? get_object (uint position);
.skip throws="GLib.IOError"
.skip_finish throws="GLib.IOError"
ListModel
- .get_item skip=false
+ .get_item#method skip=false abstract
MemoryOutputStream
.get_data type="unowned uint8[]"
.steal_data type="uint8[]"