clapper icon indicating copy to clipboard operation
clapper copied to clipboard

Name collisions in GTK4

Open Rafostar opened this issue 3 years ago • 0 comments

Due to recent discovery of multiple functions and properties in GTK4 with the same name, Clapper GJS part of code should be checked for eventual name collitions that GJS cannot detect at runtime (e.g. if(a.has_focus) evals to true when it either holds a true value or some function).

Relevant issues:

Opened as an issue, as this needs to wait until after GTK devs find and replace all their getters/setters names or functions names (there might be even more) with a different ones, hopefully deprecating those that were incompatible for bindings.

Rafostar avatar Jun 14 '21 14:06 Rafostar