aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-password-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-password-manager.h')
-rw-r--r--embed/ephy-password-manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-password-manager.h b/embed/ephy-password-manager.h
index a9ae67f21..1b32f6ee0 100644
--- a/embed/ephy-password-manager.h
+++ b/embed/ephy-password-manager.h
@@ -36,8 +36,8 @@ G_BEGIN_DECLS
#define EPHY_TYPE_PASSWORD_INFO (ephy_password_info_get_type ())
-typedef struct EphyPasswordManager EphyPasswordManager;
-typedef struct EphyPasswordManagerIface EphyPasswordManagerIface;
+typedef struct _EphyPasswordManager EphyPasswordManager;
+typedef struct _EphyPasswordManagerIface EphyPasswordManagerIface;
typedef struct
{
@@ -46,7 +46,7 @@ typedef struct
char *password;
} EphyPasswordInfo;
-struct EphyPasswordManagerIface
+struct _EphyPasswordManagerIface
{
GTypeInterface base_iface;