From 78c98f4f1bd781a6d83f91a37b3ed0c457d19457 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 3 Jan 2005 18:15:25 +0000 Subject: Another enum type. 2005-01-03 Christian Persch * embed/ephy-permission-manager.c: (ephy_permission_get_type): * embed/ephy-permission-manager.h: Another enum type. * lib/ephy-marshal.list: Remove unused marshal. * src/ephy-tab.c: (ephy_tab_class_init): Use enum for security level type. --- embed/ephy-permission-manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed/ephy-permission-manager.h') 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, -- cgit v1.2.3