-
-
Notifications
You must be signed in to change notification settings - Fork 88
Conversation
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.
Seems like my script missed quite a lot... Thanks!
More are coming! |
41cc19d
to
2405bdf
Compare
Ok I think have done enough for now |
2405bdf
to
4b41caa
Compare
@@ -19,6 +19,7 @@ pub struct InitializingType<T>(pub(crate) Type, pub(crate) marker::PhantomData<* | |||
|
|||
impl<T: ObjectSubclass> InitializingType<T> { | |||
/// Adds an interface implementation for `I` to the type. | |||
#[doc(alias = "g_type_add_interface_static")] |
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.
@sdroege regarding this one, does it make sense to have doc aliases for subclassing support as well? :)
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.
Sure why not
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 will do another round in a separate MR later then :)
4b41caa
to
06f945a
Compare
Thanks! |
No description provided.