Docs.rs
  • gdk4-x11-0.8.2
    • gdk4-x11 0.8.2
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • GuillaumeGomez
    • sdroege
    • bilelmoussaoui
    • github:gtk-rs:crates-io
    • Dependencies
      • gdk4-x11-sys ^0.8 normal
      • gdk4 ^0.8 normal
      • gio ^0.19 normal
      • glib ^0.19 normal
      • khronos-egl ^6.0 normal optional
      • libc ^0.2 normal
      • x11 ^2.20 normal optional
      • gir-format-check ^0.1 dev
    • Versions
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Files

?
Settings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

mod x11_app_launch_context;
pub use self::x11_app_launch_context::X11AppLaunchContext;

mod x11_device_manager_xi2;
pub use self::x11_device_manager_xi2::X11DeviceManagerXI2;

mod x11_device_xi2;
pub use self::x11_device_xi2::X11DeviceXI2;

mod x11_display;
pub use self::x11_display::X11Display;

mod x11_drag;
pub use self::x11_drag::X11Drag;

mod x11gl_context;
pub use self::x11gl_context::X11GLContext;

mod x11_monitor;
pub use self::x11_monitor::X11Monitor;

mod x11_screen;
pub use self::x11_screen::X11Screen;

mod x11_surface;
pub use self::x11_surface::X11Surface;

mod enums;
pub use self::enums::X11DeviceType;

pub(crate) mod functions;

pub(crate) mod builders {
    pub use super::x11_device_manager_xi2::X11DeviceManagerXI2Builder;
    pub use super::x11_device_xi2::X11DeviceXI2Builder;
}