gimp/devel-docs/libgimpwidgets
Niels De Graef 65b12c108d libgimpwidgets: UnitStore: Fix conflicting names
`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( ... )
```
2020-05-10 12:06:33 +00:00
..
images devel-docs: add screenshots of more widgets 2019-07-25 15:24:59 +02:00
tmpl devel-docs: more updates 2015-06-01 00:44:35 +02:00
.gitignore devel-docs, libgimp: update some .gitignore files 2019-11-19 20:40:22 +01:00
Makefile.am [devel-docs] move version file to deduplicate code 2019-09-09 18:15:13 +00:00
libgimpwidgets3-docs.sgml [devel-docs] move version file to deduplicate code 2019-09-09 18:15:13 +00:00
libgimpwidgets3-overrides.txt devel-docs: fix and update the libgimpwidgets docs 2019-07-23 19:33:48 +02:00
libgimpwidgets3-sections.txt libgimpwidgets: UnitStore: Fix conflicting names 2020-05-10 12:06:33 +00:00
libgimpwidgets3.types devel-docs: fix and update the libgimpwidgets docs 2019-07-23 19:33:48 +02:00
meson.build Meson port. 2019-09-11 16:42:04 +02:00
visual-index.xml devel-docs: add screenshots of more widgets 2019-07-25 15:24:59 +02:00