summary refs log tree commit diff
path: root/libsecret/src/auto/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libsecret/src/auto/schema.rs')
-rw-r--r--libsecret/src/auto/schema.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/libsecret/src/auto/schema.rs b/libsecret/src/auto/schema.rs
deleted file mode 100644
index 9889b31..0000000
--- a/libsecret/src/auto/schema.rs
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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(),
-    }
-}