Remove multiple typedef definitions

This commit is contained in:
Stef Walter 2012-03-30 13:53:44 +02:00
parent f327460ef5
commit 3fcfe9234e

View File

@ -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;