Skip to content

[ObjectiveC] Filter interface members #251

New issue

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

Closed
dcharkes opened this issue Jul 8, 2022 · 0 comments · Fixed by #1511
Closed

[ObjectiveC] Filter interface members #251

dcharkes opened this issue Jul 8, 2022 · 0 comments · Fixed by #1511
Assignees
Labels
lang-objective_c Related to Objective C support package:ffigen type-enhancement A request for a change that isn't a bug
Milestone

Comments

@dcharkes
Copy link
Collaborator

dcharkes commented Jul 8, 2022

ObjectiveC interfaces can be huge.

We should consider supporting filtering interface members.

objc-interfaces:
  include:
    - 'AVAudioPlayer'
  member-include:
    -  'AVAudioPlayer'
      -  '.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang-objective_c Related to Objective C support package:ffigen type-enhancement A request for a change that isn't a bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants