We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
objc.signature
As reported in #4017 (comment) :
Xpra.app/Contents/Resources/lib/python/xpra/platform/darwin/gui.py:635: DeprecationWarning: Usage objc.typedSelector instead of objc.signature @objc.signature(b'B@:#B')
See objc.typedSelector
The text was updated successfully, but these errors were encountered:
#4028 direct replacement with search and replace works
9bbfd6b
Simple commit fixes things.
Sorry, something went wrong.
c17caa0
#4028 fix pyobjc deprecation warning
b873271
No branches or pull requests
As reported in #4017 (comment) :
See objc.typedSelector
The text was updated successfully, but these errors were encountered: