From 390ae1dcd34b51ee017ff4e61358610112dbe155 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 28 Nov 2007 20:35:21 +0000 Subject: Need to put the parent struct first. svn path=/trunk/; revision=7739 --- embed/ephy-embed-container.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed') 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, -- cgit v1.2.1