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

gio: use StrV for the simple proxy resolver API #898

Merged
merged 2 commits into from
Jan 21, 2023

Conversation

pbor
Copy link
Contributor

@pbor pbor commented Jan 15, 2023

No description provided.

sdroege
sdroege previously approved these changes Jan 15, 2023
gio/src/tls_connection.rs Outdated Show resolved Hide resolved
@@ -1364,6 +1364,10 @@ manual_traits = ["TlsConnectionExtManual"]
name = "get_channel_binding_data"
# Gir confuses the mutability of the data
manual = true
[[object.function]]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does it make sense to manually implement this function just for this? ideally someday we will fix gir to automatically generate proper code here..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rather start changing the api for the users and as soon as gir is updated we can drop the manual impls

@sdroege sdroege merged commit 5e7661c into gtk-rs:master Jan 21, 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.

3 participants