Skip to content
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

Set up property accessors for properties in unintrospectable classes #148

Open
mvz opened this issue Oct 20, 2019 · 0 comments
Open

Set up property accessors for properties in unintrospectable classes #148

mvz opened this issue Oct 20, 2019 · 0 comments

Comments

@mvz
Copy link
Owner

mvz commented Oct 20, 2019

After #147 is merged, properties in, e.g., Gst::FakeSink can be accessed with #get_property. However, we can fetch a list of properties through GObject::ObjectClass#list_properties, and perhaps also through GObject::Interface#list_properties, which allows the creation of accessor methods for these properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant