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

AxEventValueSet getKeys #212

Closed
Cacsjep opened this issue Mar 12, 2024 · 0 comments
Closed

AxEventValueSet getKeys #212

Cacsjep opened this issue Mar 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Cacsjep
Copy link

Cacsjep commented Mar 12, 2024

I suppose the EventKeyValueSet is a hashmap, so it would be very handy If there a function to get all keys in a EventKeyValueSet.

AXEventKeyValueSet *set = ax_event_key_value_set_new()
GList* keys = set.get_keys()

I build a golang wrapper for AXEvent and I would like suscribe to all Device Events for example, this function would help me to dynamically parse the KeyValueSet.

Also for Debugging would this be helpful.
Or an iterater would even better.

Thanks

@Cacsjep Cacsjep added the enhancement New feature or request label Mar 12, 2024
@Cacsjep Cacsjep closed this as completed Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant