aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-dialog.h')
-rw-r--r--lib/ephy-dialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ephy-dialog.h b/lib/ephy-dialog.h
index 40d7f4e5e..aad36e81f 100644
--- a/lib/ephy-dialog.h
+++ b/lib/ephy-dialog.h
@@ -41,6 +41,7 @@ G_BEGIN_DECLS
typedef struct _EphyDialogClass EphyDialogClass;
typedef struct _EphyDialog EphyDialog;
typedef struct _EphyDialogPrivate EphyDialogPrivate;
+typedef struct _EphyDialogProperty EphyDialogProperty;
typedef enum
{
@@ -49,13 +50,13 @@ typedef enum
PT_INVERTED = 1 << 1
} EphyDialogApplyType;
-typedef struct
+struct _EphyDialogProperty
{
const char *id;
const char *pref;
EphyDialogApplyType apply_type;
GType data_type;
-} EphyDialogProperty;
+};
struct _EphyDialogClass
{