summary refs log tree commit diff
path: root/libsecret/src/auto/schema_attribute.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/src/auto/schema_attribute.rs')
-rw-r--r--libsecret/src/auto/schema_attribute.rs15
1 files changed, 15 insertions, 0 deletions
diff --git a/libsecret/src/auto/schema_attribute.rs b/libsecret/src/auto/schema_attribute.rs
new file mode 100644
index 0000000..be20632
--- /dev/null
+++ b/libsecret/src/auto/schema_attribute.rs
@@ -0,0 +1,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 SchemaAttribute(Boxed<ffi::SecretSchemaAttribute>);
+
+    match fn {
+        copy => |ptr| glib::gobject_ffi::g_boxed_copy(ffi::secret_schema_attribute_get_type(), ptr as *mut _) as *mut ffi::SecretSchemaAttribute,
+        free => |ptr| glib::gobject_ffi::g_boxed_free(ffi::secret_schema_attribute_get_type(), ptr as *mut _),
+        type_ => || ffi::secret_schema_attribute_get_type(),
+    }
+}