`gimp_unit_store_get_value()` clashes with the `get_value()` method of its parent class GtkTreeStore. This means trouble for bindings, as seen here in some pseudocode: ```vala var unit_store = new Gimp.UnitStore(); // Which function are we referencing here, the one from GtkTreeStore or // the one from GimpUnitStore? Worse, they both have different arguments unit_store.get_value( ... ) ``` |
||
|---|---|---|
| .. | ||
| images | ||
| tmpl | ||
| .gitignore | ||
| libgimpwidgets3-docs.sgml | ||
| libgimpwidgets3-overrides.txt | ||
| libgimpwidgets3-sections.txt | ||
| libgimpwidgets3.types | ||
| Makefile.am | ||
| meson.build | ||
| visual-index.xml | ||