mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Merge branch 'collection-enums-prefix' into 'master'
Use proper prefix for SecretCollection flags See merge request GNOME/libsecret!19
This commit is contained in:
commit
6736f9f3e5
@ -27,12 +27,12 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef enum {
|
||||
typedef enum { /*< prefix=SECRET_COLLECTION >*/
|
||||
SECRET_COLLECTION_NONE = 0 << 0,
|
||||
SECRET_COLLECTION_LOAD_ITEMS = 1 << 1,
|
||||
} SecretCollectionFlags;
|
||||
|
||||
typedef enum {
|
||||
typedef enum { /*< prefix=SECRET_COLLECTION_CREATE >*/
|
||||
SECRET_COLLECTION_CREATE_NONE = 0 << 0,
|
||||
} SecretCollectionCreateFlags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user