diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2009-12-14 15:45:26 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2010-01-22 05:57:39 +0800 |
commit | 6a824bca489ff1c7f4764224a42d33f3ea2b4455 (patch) | |
tree | ec984ccdef45a0015fac8f453edf21b9cc34231a /lib/ephy-dialog.h | |
parent | 83ccb687075513719881c46d091e65b3f5aa31bb (diff) | |
download | gsoc2013-epiphany-6a824bca489ff1c7f4764224a42d33f3ea2b4455.tar.gz 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.h | 5 |
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 { |