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

Refactor dbusMenu Client #414

Merged
merged 4 commits into from
Mar 10, 2023
Merged

Refactor dbusMenu Client #414

merged 4 commits into from
Mar 10, 2023

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Mar 9, 2023

Use base classes and optimize proxy so that we don't incur in gjs' automatic unpacking of big variants.

3v1n0 added 4 commits March 10, 2023 01:01
Having the signals defined in the interface implies that gjs will connect
to the g-signal events automatically doing GVariant unpacking that could be
quite expensive in some cases (like in the menu event).

So let's just ignore them all-together, we'll still get them manually when
we care about, but we won't get anything done implicitly without our
control.
@3v1n0 3v1n0 force-pushed the refactor-menus-proxy branch from 4c7ea6a to 0296ce6 Compare March 10, 2023 00:01
@3v1n0 3v1n0 merged commit 7f9c33c into master Mar 10, 2023
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

Successfully merging this pull request may close these issues.

1 participant