Skip to content

Commit

Permalink
Remove CFBridgingRetain since it uses CF_RETURNS_RETAINED
Browse files Browse the repository at this point in the history
Which we can't handle just yet
  • Loading branch information
madsmtm committed Jan 14, 2023
1 parent 2dbc3ac commit 7687dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions crates/header-translator/translation-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ skipped = true
skipped = true

# Uses stuff from different frameworks / system libraries
[fn.CFBridgingRetain]
skipped = true
[class.NSAnimationContext.methods.timingFunction]
skipped = true
[class.NSAnimationContext.methods.setTimingFunction]
Expand Down
2 changes: 1 addition & 1 deletion crates/icrate/src/generated

0 comments on commit 7687dd8

Please sign in to comment.