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

data: Document the session_handle type mismatch #1408

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

whot
Copy link
Contributor

@whot whot commented Aug 6, 2024

This was erroneously implemented as s but for backwards compatibility cannot be changed as it would break existing clients. Best we can do here is fix the documentation and tell people about it.

See eebb041 ("use correct type for the session object path") and its revert in e452353.

Closes #1359

This was erroneously implemented as `s` but for backwards
compatibility cannot be changed as it would break existing clients.
Best we can do here is fix the documentation and tell people about it.

See eebb041 ("use correct type for the session object path")
and its revert in e452353.

Closes flatpak#1359
@swick
Copy link
Contributor

swick commented Aug 6, 2024

LGTM

@bilelmoussaoui
Copy link
Member

same is also true for location portal

@whot
Copy link
Contributor Author

whot commented Aug 6, 2024

@bilelmoussaoui which call? I'm looking at xdp_dbus_location_call_create_session_finish() and it gets the handle as o, same for xdp_dbus_location_call_create_session_sync(). Same for the call_start* equivalents. So this looks correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Triage
Development

Successfully merging this pull request may close these issues.

Type of session_handle in the response of CreateSession differs from documentation
3 participants