aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-dialog.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2009-12-14 15:45:26 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2010-01-22 05:57:39 +0800
commit6a824bca489ff1c7f4764224a42d33f3ea2b4455 (patch)
treeec984ccdef45a0015fac8f453edf21b9cc34231a /lib/ephy-dialog.h
parent83ccb687075513719881c46d091e65b3f5aa31bb (diff)
downloadgsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar
gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.gz
gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.bz2
gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.lz
gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.xz
gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.zst
gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.zip
docs: ephy-file-helpers
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
{