dbusmenu-gtk3 0.1.0

Rust bindings to dbusmenu-gtk3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from /nix/store/39vgdpiqy94qwa8rraha7q4wcd8hdwcj-dbusmenu-gtk3-gir
// from /nix/store/ahri9v0b3c1jyls6691sjfzf2s461fzz-source
// DO NOT EDIT

mod client;
pub use self::client::Client;

mod menu;
pub use self::menu::Menu;

pub mod traits {
    pub use super::client::ClientExt;
    pub use super::menu::MenuExt;
}