-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Regen bindings with new gir {g,s}etter annotations #1759
Conversation
722131c
to
bb1b6ff
Compare
@@ -290,11 +295,6 @@ pub trait DisplayExt: IsA<Display> + sealed::Sealed + 'static { | |||
} | |||
} | |||
|
|||
#[doc(alias = "input-shapes")] | |||
fn is_input_shapes(&self) -> bool { |
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.
This is gone now and merged with the getter function. Nice!
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 nice to me, some redundant properties got removed (so you probably don't want to backport this @bilelmoussaoui )
yeah, not planning to do any release till the one in mid-july anyways. Will review and merge things once I am done with dealing with the ffi renames in gstreamer |
4470b19
to
ba86fa6
Compare
Could you update gir & regen? |
Done. |
We lost set_paintable and others in the last commit and all these _from_ are rarely used nor idiomatic.
the typos ci is unrelated, will fix in a separate commit. Thanks! |
No description provided.