summary refs log tree commit diff
path: root/libsecret/src/auto/constants.rs
blob: 1086b79c86ecd82db0b98f56ec3303c514584477 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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) };