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, PortChannel};

glib::wrapper! {
    #[doc(alias = "SpiceWebdavChannel")]
    pub struct WebdavChannel(Object<ffi::SpiceWebdavChannel, ffi::SpiceWebdavChannelClass>) @extends PortChannel, Channel;

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

impl WebdavChannel {}