mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
build: Properly expose backend vfuncs to vapi
This commit is contained in:
parent
060061905a
commit
a6317352e8
@ -68,7 +68,7 @@ Service
|
||||
.prompt_at_dbus_path_finish skip=false nullable=true
|
||||
|
||||
Backend
|
||||
.store skip=true
|
||||
.lookup skip=true
|
||||
.clear skip=true
|
||||
.search skip=true
|
||||
.search_finish skip=false type="GLib.List<Secret.Item>"
|
||||
.*#virtual_method.schema nullable
|
||||
.*#virtual_method.attributes type="GLib.HashTable<string,string>"
|
||||
.*#virtual_method.collection nullable
|
||||
|
@ -98,6 +98,8 @@ libsecret_dep = declare_dependency(
|
||||
libsecret_gir_sources = [
|
||||
'secret-attributes.c',
|
||||
'secret-attributes.h',
|
||||
'secret-backend.c',
|
||||
'secret-backend.h',
|
||||
'secret-collection.c',
|
||||
'secret-collection.h',
|
||||
'secret-item.c',
|
||||
|
Loading…
Reference in New Issue
Block a user