Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

SelectionData::set() uses &mut self where all other functions use & #747

Closed
jsparber opened this issue Dec 16, 2018 · 0 comments
Closed

Comments

@jsparber
Copy link
Contributor

SelectionData::set() is the only function which takes self as &mut. It should be consistent with other functions.
https://gtk-rs.org/docs/gtk/struct.SelectionData.html#method.set
@sdroege

GuillaumeGomez added a commit that referenced this issue Jan 23, 2019
use &self for SelectionData::set(), fix #747
GuillaumeGomez pushed a commit to GuillaumeGomez/gtk that referenced this issue Feb 5, 2019
alex179ohm pushed a commit to alex179ohm/gtk that referenced this issue Oct 21, 2019
Allow nullable trampolines with scope="call"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant