diff options
Diffstat (limited to 'embed/ephy-embed-dialog.h')
-rw-r--r-- | embed/ephy-embed-dialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/embed/ephy-embed-dialog.h b/embed/ephy-embed-dialog.h index fdb2b89d2..1721b1067 100644 --- a/embed/ephy-embed-dialog.h +++ b/embed/ephy-embed-dialog.h @@ -37,11 +37,11 @@ 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 +struct _EphyEmbedDialog { EphyDialog parent; @@ -49,7 +49,7 @@ struct EphyEmbedDialog EphyEmbedDialogPrivate *priv; }; -struct EphyEmbedDialogClass +struct _EphyEmbedDialogClass { EphyDialogClass parent_class; }; |