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

feat(unix): move new_gtk functions to *ExtUnix traits #1070

Merged
merged 4 commits into from
Nov 13, 2023

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Nov 9, 2023

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes
  • No

Checklist

Other information

Though this PR changes APIs, it is not a breaking change because new_gtk functions are not published yet. This PR's change can be amended to changes of #1041 so I didn't make a change file.

@rhysd rhysd requested a review from a team as a code owner November 9, 2023 15:43
@wusyong
Copy link
Member

wusyong commented Nov 11, 2023

I'm fine with the move. @amrbashir Are you also happy to see this move to extended trait?

wusyong
wusyong previously approved these changes Nov 13, 2023
@wusyong
Copy link
Member

wusyong commented Nov 13, 2023

Can you move this trait into webkitgtk module and reexport it?
And could you also help resolve the conflicts?

@rhysd
Copy link
Contributor Author

rhysd commented Nov 13, 2023

Sure. I will try it tonight.

@rhysd
Copy link
Contributor Author

rhysd commented Nov 13, 2023

@wusyong Which trait do you mean by 'this trait'?

@wusyong
Copy link
Member

wusyong commented Nov 13, 2023

@rhysd Sorry, I mean both WebViewBuilderExtUnix and WebViewExtUnix because I'm also working on #1077 and found perhaps it's better to move inside.

@rhysd

This comment was marked as outdated.

@rhysd
Copy link
Contributor Author

rhysd commented Nov 13, 2023

Ah, I'm sorry that I overlooked your sentence 'reexport it'. It is not a breaking chagne.

amrbashir
amrbashir previously approved these changes Nov 13, 2023
@amrbashir amrbashir merged commit f41a8f0 into tauri-apps:dev Nov 13, 2023
10 checks passed
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.

new_gtk functions should be moved to *ExtUnix traits
3 participants