Thanks to visit codestin.com
Credit goes to github.com

Skip to content

record parameter with direction != in not yet supported.  #1120

@BehroozAmoozad

Description

@BehroozAmoozad

I'm getting a bunch of these warnings when generating code. Is there any way for me or you to fix the issue? Even manually for the couple functions that I need will be really helpful. I don't know where to start and what to modify. point me in the right direction and I'll do it.

What brought me here is that I can't initialize ListStores and a whole lot of treemodel code that I converted from gtk 3 stopped working which I removed thinking it's no longer supported in gtk 4.

[16:24:54 WRN] Did not generate method 'TreeModel.Get': Variadic parameters are not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.GetIter': GirModel.AnyType: GirModel.Type: Gtk.TreeIter: record parameter 'iter' with direction != in not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.GetIterFirst': GirModel.AnyType: GirModel.Type: Gtk.TreeIter: record parameter 'iter' with direction != in not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.GetIterFromString': GirModel.AnyType: GirModel.Type: Gtk.TreeIter: record parameter 'iter' with direction != in not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.GetValue': GirModel.AnyType: GirModel.Type: GObject.Value: record parameter 'value' with direction != in not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.IterChildren': GirModel.AnyType: GirModel.Type: Gtk.TreeIter: record parameter 'iter' with direction != in not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.IterNthChild': GirModel.AnyType: GirModel.Type: Gtk.TreeIter: record parameter 'iter' with direction != in not yet supported
[16:24:54 DBG] Did not generate method 'TreeModel.IterParent': GirModel.AnyType: GirModel.Type: Gtk.TreeIter: record parameter 'iter' with direction != in not yet supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions