diff options
Diffstat (limited to 'embed/ephy-permission-manager.h')
-rw-r--r-- | embed/ephy-permission-manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-permission-manager.h b/embed/ephy-permission-manager.h index 22e561d89..b5c3a0354 100644 --- a/embed/ephy-permission-manager.h +++ b/embed/ephy-permission-manager.h @@ -49,8 +49,8 @@ typedef enum typedef struct _EphyPermissionInfo EphyPermissionInfo; -typedef struct EphyPermissionManager EphyPermissionManager; -typedef struct EphyPermissionManagerIface EphyPermissionManagerIface; +typedef struct _EphyPermissionManager EphyPermissionManager; +typedef struct _EphyPermissionManagerIface EphyPermissionManagerIface; struct _EphyPermissionInfo { @@ -59,7 +59,7 @@ struct _EphyPermissionInfo EphyPermission permission; }; -struct EphyPermissionManagerIface +struct _EphyPermissionManagerIface { GTypeInterface base_iface; |