mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Remove multiple typedef definitions
This commit is contained in:
parent
f327460ef5
commit
3fcfe9234e
@ -73,10 +73,10 @@ enum {
|
||||
};
|
||||
|
||||
/* Thread safe: no changes between construct and finalize */
|
||||
typedef struct _SecretItemPrivate {
|
||||
struct _SecretItemPrivate {
|
||||
SecretService *service;
|
||||
GCancellable *cancellable;
|
||||
} SecretItemPrivate;
|
||||
};
|
||||
|
||||
static GInitableIface *secret_item_initable_parent_iface = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user