gdk4_macos/auto/macos_keymap.rs
1// This file was generated by gir (https://github.com/gtk-rs/gir)
2// from gir-files (https://github.com/gtk-rs/gir-files)
3// DO NOT EDIT
4
5use crate::ffi;
6
7glib::wrapper! {
8 ///
9 #[doc(alias = "GdkMacosKeymap")]
10 pub struct MacosKeymap(Object<ffi::GdkMacosKeymap, ffi::GdkMacosKeymapClass>);
11
12 match fn {
13 type_ => || ffi::gdk_macos_keymap_get_type(),
14 }
15}
16
17impl MacosKeymap {}