// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files.git)
// DO NOT EDIT
use std::ffi::CStr;
#[doc(alias = "SPICE_WEBDAV_CLIPBOARD_FOLDER_PATH")]
pub static WEBDAV_CLIPBOARD_FOLDER_PATH: once_cell::sync::Lazy<&'static str> =
once_cell::sync::Lazy::new(|| unsafe {
CStr::from_ptr(ffi::SPICE_WEBDAV_CLIPBOARD_FOLDER_PATH)
.to_str()
.unwrap()
});