-
-
Notifications
You must be signed in to change notification settings - Fork 194
Automated PR: Changes from updating gir/gir-files #2155
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
base: main
Are you sure you want to change the base?
Conversation
#[doc(alias = "GDK_PAINTABLE_STATIC_SIZE")] | ||
const SIZE = ffi::GDK_PAINTABLE_STATIC_SIZE as _; | ||
const STATIC_SIZE = ffi::GDK_PAINTABLE_STATIC_SIZE as _; | ||
#[doc(alias = "GDK_PAINTABLE_STATIC_CONTENTS")] | ||
const CONTENTS = ffi::GDK_PAINTABLE_STATIC_CONTENTS as _; | ||
const STATIC_CONTENTS = ffi::GDK_PAINTABLE_STATIC_CONTENTS as _; |
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.
We need to manually implement this and mark the previous values as deprecated, or just not backport this change?
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.
I think either is OK. Deprecation would be more friendly to users as it simplifies the update next time.
pub enum ConstraintVflParserError { | ||
#[doc(alias = "GTK_CONSTRAINT_VFL_PARSER_ERROR_INVALID_SYMBOL")] | ||
Symbol, | ||
InvalidSymbol, |
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.
Hmm, another one
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.
Same
} | ||
} | ||
|
||
//#[doc(alias = "restore-state")] |
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 signal lacks a Since annotation
#[cfg(feature = "v4_18")] | ||
#[cfg_attr(docsrs, doc(cfg(feature = "v4_18")))] | ||
pub const GTK_DEBUG_BUILDER: GtkDebugFlags = 2097152; | ||
pub const GTK_DEBUG_SESSION: GtkDebugFlags = 4194304; |
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.
Similar to the Builder one, this should get a since annot.
b44d23c
to
963f321
Compare
This PR contains auto-generated changes after a merge in the external gir-files repository.