Function gtk4_sys::gtk_tree_list_model_new

source ·
pub unsafe extern "C" fn gtk_tree_list_model_new(
    root: *mut GListModel,
    passthrough: gboolean,
    autoexpand: gboolean,
    create_func: GtkTreeListModelCreateModelFunc,
    user_data: gpointer,
    user_destroy: GDestroyNotify
) -> *mut GtkTreeListModel