diff options
-rw-r--r-- | embed/ephy-embed-container.h | 2 |
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, |