get_passthrough


Description:

public bool get_passthrough ()

Gets whether the model is passing through original row items.

If this function returns false, the `GListModel` functions for this return custom `GtkTreeListRow` objects. You need to call [[email protected]_item] on these objects to get the original item.

If true, the values of the child models are passed through in their original state. You then need to call [[email protected]_row] to get the custom `GtkTreeListRow`s.

Parameters:

this

a `GtkTreeListModel`

Returns:

true if the model is passing through original row items




2022 vala-language.org