summary refs log tree commit diff
path: root/libsecret/src/auto/constants.rs
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-01-30 08:49:22 +0300
committerVika <vika@fireburn.ru>2025-01-30 08:49:22 +0300
commit62263e0e619625f2c5dd0b4364b43bd4fefc8ccd (patch)
treec796d7f78c2205dff77eacb02d43024a254c6d67 /libsecret/src/auto/constants.rs
parent320de85d04061ccc3ce50fb9a460a28068f7146a (diff)
downloadbowl-62263e0e619625f2c5dd0b4364b43bd4fefc8ccd.tar.zst
libsecret: 0.6.0 (private fork) -> 0.7.0 (upstream)
libsecret is now maintained again! No need for a private fork.
Diffstat (limited to 'libsecret/src/auto/constants.rs')
-rw-r--r--libsecret/src/auto/constants.rs16
1 files changed, 0 insertions, 16 deletions
diff --git a/libsecret/src/auto/constants.rs b/libsecret/src/auto/constants.rs
deleted file mode 100644
index 1086b79..0000000
--- a/libsecret/src/auto/constants.rs
+++ /dev/null
@@ -1,16 +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
-
-use glib::GStr;
-
-#[doc(alias = "SECRET_BACKEND_EXTENSION_POINT_NAME")]
-pub static BACKEND_EXTENSION_POINT_NAME: &GStr =
-    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::SECRET_BACKEND_EXTENSION_POINT_NAME) };
-#[doc(alias = "SECRET_COLLECTION_DEFAULT")]
-pub static COLLECTION_DEFAULT: &GStr =
-    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::SECRET_COLLECTION_DEFAULT) };
-#[doc(alias = "SECRET_COLLECTION_SESSION")]
-pub static COLLECTION_SESSION: &GStr =
-    unsafe { GStr::from_utf8_with_nul_unchecked(ffi::SECRET_COLLECTION_SESSION) };