Skip to content

[FEATURE REQUEST] Allow to implement gio::Action #1636

Open
@andy128k

Description

@andy128k

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:

  • has a different name (I'd like to preserve GSchema);
  • inverts boolean state (a setting is "hide-something" but user action which makes sense is rather "something-visible");
  • maps parameters to/from int32/string.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions