gio 0.22.2

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

use crate::{VolumeMonitor, ffi};

glib::wrapper! {
    #[doc(alias = "GNativeVolumeMonitor")]
    pub struct NativeVolumeMonitor(Object<ffi::GNativeVolumeMonitor, ffi::GNativeVolumeMonitorClass>) @extends VolumeMonitor;

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

impl NativeVolumeMonitor {
    pub const NONE: Option<&'static NativeVolumeMonitor> = None;
}