[go: up one dir, main page]

gio 0.9.1

Rust bindings for the Gio 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 gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

use gio_sys;
use glib::translate::*;

glib_wrapper! {
    #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
    pub struct DBusPropertyInfo(Shared<gio_sys::GDBusPropertyInfo>);

    match fn {
        ref => |ptr| gio_sys::g_dbus_property_info_ref(ptr),
        unref => |ptr| gio_sys::g_dbus_property_info_unref(ptr),
        get_type => || gio_sys::g_dbus_property_info_get_type(),
    }
}