We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to be able to implement my own types of actions, similar to what Gio does itself with g_settings_action internally.
g_settings_action
My use case is a proxy action which forwards to another action (g_settings_action) but:
GSchema
The text was updated successfully, but these errors were encountered:
That looks relatively easy to support, the interface doesn't contain any strange virtual methods. Do you want to give it a try?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'd like to be able to implement my own types of actions, similar to what Gio does itself with
g_settings_action
internally.My use case is a proxy action which forwards to another action (
g_settings_action
) but:GSchema
);The text was updated successfully, but these errors were encountered: