spice-client-glib 0.1.0

Rust bindings for the Spice client library
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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()
    });