Closed mvz closed 4 months ago
The first argument of this function is a fixed argument. See https://docs.gtk.org/gtk3/ctor.TreePath.new_from_indices.html.
This change prevents an assertion failure in ffi_prep_cif_core in libffi when it is compiled with certain options: It requires variadic functions to have at least one fixed argument.
ffi_prep_cif_core
The first argument of this function is a fixed argument. See https://docs.gtk.org/gtk3/ctor.TreePath.new_from_indices.html.
This change prevents an assertion failure in
ffi_prep_cif_core
in libffi when it is compiled with certain options: It requires variadic functions to have at least one fixed argument.