mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
f36379af33
Here is a sample diff by this change: --- Secret-1.gir.before 2019-05-07 15:20:58.252288010 +0900 +++ Secret-1.gir.after 2019-05-07 15:26:54.314413832 +0900 @@ -1141,22 +1140,32 @@ </field> </record> <bitfield name="CollectionCreateFlags" + glib:type-name="SecretCollectionCreateFlags" + glib:get-type="secret_collection_create_flags_get_type" c:type="SecretCollectionCreateFlags"> <doc xml:space="preserve">Flags for secret_collection_create().</doc> - <member name="collection_create_none" + <member name="none" value="0" - c:identifier="SECRET_COLLECTION_CREATE_NONE"> + c:identifier="SECRET_COLLECTION_CREATE_NONE" + glib:nick="none"> <doc xml:space="preserve">no flags</doc> </member> </bitfield> Other flags such as SecretServiceFlags also have GType in .gir. |
||
---|---|---|
build | ||
docs | ||
egg | ||
libsecret | ||
po | ||
tool | ||
.dir-locals.el | ||
.gitignore | ||
.gitlab-ci.yml | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.TESTS | ||
libsecret.doap | ||
Makefile.am | ||
meson_options.txt | ||
meson.build | ||
NEWS | ||
README |
GObject based library for accessing the Secret Service API.