diff options
Diffstat (limited to 'embed/ephy-permission-manager.h')
-rw-r--r-- | embed/ephy-permission-manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-permission-manager.h b/embed/ephy-permission-manager.h index 8ada417f2..b3d2ec1d0 100644 --- a/embed/ephy-permission-manager.h +++ b/embed/ephy-permission-manager.h @@ -35,6 +35,7 @@ G_BEGIN_DECLS #define EPHY_PERMISSION_MANAGER_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), EPHY_TYPE_PERMISSION_MANAGER, EphyPermissionManagerIface)) #define EPHY_TYPE_PERMISSION_INFO (ephy_permission_info_get_type ()) +#define EPHY_TYPE_PERMISSION (ephy_permission_get_type ()) #define EPT_COOKIE "cookie" #define EPT_IMAGE "image" @@ -90,6 +91,8 @@ struct EphyPermissionManagerIface /* EphyPermissionInfo */ +GType ephy_permission_get_type (void); + GType ephy_permission_info_get_type (void); EphyPermissionInfo *ephy_permission_info_new (const char *host, |