Skip to content

Incorrect definition for tree-view-expand-row #8

@angavrilov

Description

@angavrilov

The correct one is:

(defcfun (tree-view-expand-row "gtk_tree_view_expand_row") :boolean
(tree-view g-object)
(path (g-boxed-foreign tree-path))
(open-all :boolean))

Note the boolean argument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions