diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-13 22:02:03 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-13 22:02:03 +0800 |
commit | f96998042311fdbe13591635b4861f6e9db7c230 (patch) | |
tree | ed45fb5150f213180392d71f4563ac0d86eec9d7 /src/ephy-automation.h | |
parent | f6bdfce7e16b98825598dc990efef0846efdb079 (diff) | |
download | gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.tar gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.tar.gz gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.tar.bz2 gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.tar.lz gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.tar.xz gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.tar.zst gsoc2013-epiphany-f96998042311fdbe13591635b4861f6e9db7c230.zip |
ChangeLog
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; |