aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-container.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-container.h')
-rw-r--r--embed/ephy-embed-container.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed-container.h b/embed/ephy-embed-container.h
index 3da295362..1cb5565b1 100644
--- a/embed/ephy-embed-container.h
+++ b/embed/ephy-embed-container.h
@@ -39,6 +39,8 @@ typedef struct _EphyEmbedContainerIface EphyEmbedContainerIface;
struct _EphyEmbedContainerIface
{
+ GTypeInterface parent_iface;
+
gint (* add_child) (EphyEmbedContainer *container,
EphyEmbed *child,
gint position,