spice-client-glib 0.6.0

Rust bindings for the Spice client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git)
// DO NOT EDIT

use crate::{ffi, Channel};

glib::wrapper! {
    #[doc(alias = "SpiceUsbredirChannel")]
    pub struct UsbredirChannel(Object<ffi::SpiceUsbredirChannel, ffi::SpiceUsbredirChannelClass>) @extends Channel;

    match fn {
        type_ => || ffi::spice_usbredir_channel_get_type(),
    }
}

impl UsbredirChannel {}