mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
Remove multiple definitions of SecretCollection
https://bugzilla.gnome.org/show_bug.cgi?id=679913
This commit is contained in:
parent
ce03e082a2
commit
ebc65dba98
@ -44,7 +44,6 @@ typedef enum {
|
|||||||
#define SECRET_COLLECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), SECRET_TYPE_COLLECTION, SecretCollectionClass))
|
#define SECRET_COLLECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), SECRET_TYPE_COLLECTION, SecretCollectionClass))
|
||||||
|
|
||||||
typedef struct _SecretItem SecretItem;
|
typedef struct _SecretItem SecretItem;
|
||||||
typedef struct _SecretCollection SecretCollection;
|
|
||||||
typedef struct _SecretCollectionClass SecretCollectionClass;
|
typedef struct _SecretCollectionClass SecretCollectionClass;
|
||||||
typedef struct _SecretCollectionPrivate SecretCollectionPrivate;
|
typedef struct _SecretCollectionPrivate SecretCollectionPrivate;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user