diff options
Diffstat (limited to 'embed/ephy-embed-dialog.h')
-rw-r--r-- | embed/ephy-embed-dialog.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/embed/ephy-embed-dialog.h b/embed/ephy-embed-dialog.h index 4dc1e7c28..fdb2b89d2 100644 --- a/embed/ephy-embed-dialog.h +++ b/embed/ephy-embed-dialog.h @@ -37,9 +37,9 @@ G_BEGIN_DECLS #define EPHY_IS_EMBED_DIALOG_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_EMBED_DIALOG)) #define EPHY_EMBED_DIALOG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_EMBED_DIALOG, EphyEmbedDialogClass)) -typedef struct EphyEmbedDialogClass EphyEmbedDialogClass; -typedef struct EphyEmbedDialog EphyEmbedDialog; -typedef struct EphyEmbedDialogPrivate EphyEmbedDialogPrivate; +typedef struct EphyEmbedDialogClass EphyEmbedDialogClass; +typedef struct EphyEmbedDialog EphyEmbedDialog; +typedef struct EphyEmbedDialogPrivate EphyEmbedDialogPrivate; struct EphyEmbedDialog { @@ -69,4 +69,3 @@ EphyEmbed * ephy_embed_dialog_get_embed (EphyEmbedDialog *dialog); G_END_DECLS #endif - |