-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
gir cleanup #171
gir cleanup #171
Conversation
bilelmoussaoui
commented
Jan 23, 2021
- remove unused/removed stuff
- use manual instead of ignore when documented already. The idea is to reduce the usage of ignore & document all the manual stuff
mostly remove the removed functions related stuff & use manual instead of ignore
afbabff
to
9becbd8
Compare
@@ -64,16 +64,6 @@ pub trait EntryBufferExt: 'static { | |||
#[doc(alias = "gtk_entry_buffer_emit_inserted_text")] | |||
fn emit_inserted_text(&self, position: u32, chars: &str, n_chars: u32); | |||
|
|||
fn get_property_length(&self) -> u32; |
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.
Why do these all disappear?
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.
Because there are manual version of them, somehow marking them as ignore didn't actually ignore them?
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.
That seems like a bug in gir :)
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 apart from those comments
use manual instead of ignore where it made sense
9becbd8
to
af04abe
Compare
I opened #173 to fix an issue in EntryBuffer subclassing I noticed from working on this one. I will go ahead and merge this one |
Add correct versions for get_type functions