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

Sync 20231012 1 #107

Merged
merged 4 commits into from
Oct 12, 2023
Merged

Sync 20231012 1 #107

merged 4 commits into from
Oct 12, 2023

Conversation

pataxis
Copy link
Contributor

@pataxis pataxis commented Oct 12, 2023

Describe your changes

Merge contribution from #106 in current staging-public setup.

Issue ticket number and link

pataxis and others added 4 commits October 12, 2023 18:40
The example in "VAPIX access for ACAP applications" creates a
connection to the bus, creates a proxy object and then calls the method.
Creating a proxy for this use-case is unnecessary and does one or more
D-Bus calls under the hood as you do not pass
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES which is necessary to make
this request "lightweight". The better solution is to skip the proxy
completely and just use g_dbus_connection_call_sync, as we do not use
any of the features of the proxy.

Change-Id: I1ba8781ab68492a426e150691b0015fc55be53d0
@pataxis pataxis requested a review from a team as a code owner October 12, 2023 17:12
@pataxis pataxis merged commit 34e604b into main Oct 12, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants