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
There a some objects that don't use GObject properties. Would be nice to have, especially to use g_object_bind_property to use the appstream objects as data model for gtk widgets.
g_object_bind_property
The text was updated successfully, but these errors were encountered:
I noticed also now that there are Objects that don't expose all fields as GObject properties. e.g. AsComponent is missing releases.
AsComponent
releases
Sorry, something went wrong.
Patches are definitely welcome ;-) (Since there are so many properties, this would be quite a bit of work though)
No branches or pull requests
There a some objects that don't use GObject properties. Would be nice to have, especially to use
g_object_bind_propertyto use the appstream objects as data model for gtk widgets.The text was updated successfully, but these errors were encountered: