Skip to content

Commit 31cabf4

Browse files
authored
Merge pull request #829 from roblabla
Fix(CoreWlan): Make [CWConfiguration networkProfiles] return-nullable
2 parents b432767 + 8097f3c commit 31cabf4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

framework-crates/objc2-core-wlan/translation-config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ class.CWConfiguration.counterpart.mutable-subclass = "CoreWLAN.CWConfiguration.C
1212
class.CWMutableConfiguration.counterpart.immutable-superclass = "CoreWLAN.CWConfiguration.CWConfiguration"
1313
class.CWNetworkProfile.counterpart.mutable-subclass = "CoreWLAN.CWNetworkProfile.CWMutableNetworkProfile"
1414
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

Comments
 (0)