summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-builder/asb-context.c')
-rw-r--r--libappstream-builder/asb-context.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libappstream-builder/asb-context.c b/libappstream-builder/asb-context.c
index faf67ee..ae1b2eb 100644
--- a/libappstream-builder/asb-context.c
+++ b/libappstream-builder/asb-context.c
@@ -50,8 +50,7 @@
#include "asb-package-cab.h"
#include "asb-package-deb.h"
-typedef struct _AsbContextPrivate AsbContextPrivate;
-struct _AsbContextPrivate
+typedef struct
{
AsStore *store_failed;
AsStore *store_ignore;
@@ -73,7 +72,7 @@ struct _AsbContextPrivate
gchar *icons_dir;
gchar *basename;
gchar *origin;
-};
+} AsbContextPrivate;
G_DEFINE_TYPE_WITH_PRIVATE (AsbContext, asb_context, G_TYPE_OBJECT)