The set surrounding text request is only in v0 of text-input with uint arguments,
in v2 and v3 the call has the same signature.
To increase readability put the uint version in the v0 class implementation
and rename callbacks.
zzag |
KWin | |
Frameworks |
The set surrounding text request is only in v0 of text-input with uint arguments,
in v2 and v3 the call has the same signature.
To increase readability put the uint version in the v0 class implementation
and rename callbacks.
Compiles
Lint OK |
No Unit Test Coverage |
Buildable 4570 | |
Build 4588: arc lint + arc unit |
Could the renaming be problematic in regards to binary compatibility? All are private interfaces though.
Could the renaming be problematic in regards to binary compatibility
It's fine here.
As a general rule, if the class isn't defined in an installed header you can do whatever.