-
-
Notifications
You must be signed in to change notification settings - Fork 132
Implement gio::File::set_attribute #1713
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
Conversation
91b8c29 to
2deef12
Compare
|
i guess you could also easily add https://docs.gtk.org/gio/method.FileInfo.set_attribute.html ? |
2deef12 to
ef65bb7
Compare
|
sure, when we'll be aligned |
ef65bb7 to
e53d619
Compare
e53d619 to
7520fd3
Compare
sdroege
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me then, is there any other place where this new type can be used?
@sdroege see ^ |
done |
01585a6 to
427d793
Compare
| // Take a look at the license at the top of the repository in the LICENSE file. | ||
|
|
||
| use std::{cell::RefCell, ffi::CStr, mem, pin::Pin, ptr}; | ||
| use std::{cell::RefCell, mem, pin::Pin, ptr}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a closes #40 to this commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added to the other commit because issue is for FileInfo
427d793 to
25eb318
Compare
|
If you rebase this on top of #1724 (i.e. latest |
Signed-off-by: fbrouille <[email protected]>
Closes gtk-rs#40 Signed-off-by: fbrouille <[email protected]>
|
Actually let me just do that now. |
25eb318 to
ed44365
Compare
|
thank you for all your remarks |
No description provided.