diff options
Diffstat (limited to 'src/ephy-automation.h')
-rw-r--r-- | src/ephy-automation.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ephy-automation.h b/src/ephy-automation.h index 5a730290e..319aa8b18 100644 --- a/src/ephy-automation.h +++ b/src/ephy-automation.h @@ -32,11 +32,15 @@ G_BEGIN_DECLS #define EPHY_IS_AUTOMATION_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EPHY_TYPE_AUTOMATION)) #define EPHY_AUTOMATION_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EPHY_TYPE_AUTOMATION, EphyAutomationClass)) -typedef struct { +#define AUTOMATION_FACTORY_IID "OAFIID:GNOME_Epiphany_Automation_Factory" + +typedef struct +{ BonoboObject parent; } EphyAutomation; -typedef struct { +typedef struct +{ BonoboObjectClass parent_class; POA_GNOME_EphyAutomation__epv epv; |