Remove `get_` from getters
This is a complete rework of the initial MR which uses automatic processing as much as possible see fix-getters
, the modifications to gir
and the updates to gtk-rs
.
See also the changes in gst-plugins-rs
.
Applications developers should use fix-getters-calls
to ease migration of their applications. If you also wish to change your get
functions definition to comply with the standards implemented here, use fix-getters-def
.
Fixes #295 (closed)
Edited by François Laignel