We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b432767 + 8097f3c commit 31cabf4Copy full SHA for 31cabf4
2 files changed
framework-crates/objc2-core-wlan/translation-config.toml
@@ -12,3 +12,6 @@ class.CWConfiguration.counterpart.mutable-subclass = "CoreWLAN.CWConfiguration.C
12
class.CWMutableConfiguration.counterpart.immutable-superclass = "CoreWLAN.CWConfiguration.CWConfiguration"
13
class.CWNetworkProfile.counterpart.mutable-subclass = "CoreWLAN.CWNetworkProfile.CWMutableNetworkProfile"
14
class.CWMutableNetworkProfile.counterpart.immutable-superclass = "CoreWLAN.CWNetworkProfile.CWNetworkProfile"
15
+
16
+# See #828: the method has a wrongly-declared return nullability.
17
+class.CWConfiguration.methods.networkProfiles.return.nullability = "nullable"
generated
0 commit comments