Skip to main content

spice_client_glib/auto/
webdav_channel.rs

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