blob: 9889b31cc6721dfa51b74298160d1555f6b9b866 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from
// from gir-files (https://github.com/gtk-rs/gir-files.git)
// DO NOT EDIT
glib::wrapper! {
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Schema(Shared<ffi::SecretSchema>);
match fn {
ref => |ptr| ffi::secret_schema_ref(ptr),
unref => |ptr| ffi::secret_schema_unref(ptr),
type_ => || ffi::secret_schema_get_type(),
}
}
|