Go to file
Kouhei Sutou f36379af33 Add missing GType to flags in .gir
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.
2019-05-07 15:27:21 +09:00
build build: update tap scripts 2018-08-28 11:27:27 +02:00
docs Add build support for Meson 2019-01-19 21:03:56 +00:00
egg Add build support for Meson 2019-01-19 21:03:56 +00:00
libsecret Add missing GType to flags in .gir 2019-05-07 15:27:21 +09:00
po Add build support for Meson 2019-01-19 21:03:56 +00:00
tool Add build support for Meson 2019-01-19 21:03:56 +00:00
.dir-locals.el build: Add .dir-locals.el for Emacs 2018-07-20 10:54:30 +02:00
.gitignore Makefile.am: Add check-memory target for valgrind testing 2014-03-05 12:59:46 +01:00
.gitlab-ci.yml gitlab-ci: Run "dnf upgrade" before installing packages 2018-07-24 16:14:03 +02:00
AUTHORS Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00
autogen.sh Migrate from intltool to gettext. 2018-06-09 05:52:31 +00:00
ChangeLog Rename gsecret to libsecret 2012-02-03 20:44:46 +01:00
configure.ac Release 0.18.8 2019-03-02 07:55:06 +01:00
COPYING Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
COPYING.TESTS Fix up libsecret licensing 2012-08-06 11:25:08 +02:00
libsecret.doap Replace Bugzilla by Gitlab URL in DOAP file 2018-12-14 12:03:19 +01:00
Makefile.am Makefile.am: Start signing releases 2016-12-12 13:20:25 +01:00
meson_options.txt Add build support for Meson 2019-01-19 21:03:56 +00:00
meson.build Add build support for Meson 2019-01-19 21:03:56 +00:00
NEWS Release 0.18.8 2019-03-02 07:55:06 +01:00
README Initial module setup. Implement GSecretData 2011-08-08 17:43:47 +02:00

GObject based library for accessing the Secret Service API.