We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6e1fe commit fbe0b6fCopy full SHA for fbe0b6f
gtk4/src/enums.rs
@@ -146,6 +146,7 @@ impl FromGlib<ffi::GtkAlign> for Align {
146
147
impl StaticType for Align {
148
#[inline]
149
+ #[doc(alias = "gtk_align_get_type")]
150
fn static_type() -> glib::Type {
151
unsafe { from_glib(ffi::gtk_align_get_type()) }
152
}
gtk4/src/response_type.rs
@@ -110,6 +110,7 @@ impl fmt::Display for ResponseType {
110
111
impl StaticType for ResponseType {
112
113
+ #[doc(alias = "gtk_response_type_get_type")]
114
fn static_type() -> Type {
115
unsafe { from_glib(ffi::gtk_response_type_get_type()) }
116
0 commit comments