summaryrefslogtreecommitdiff
path: root/embed/ephy-embed-container.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-11-28 20:35:21 +0000
committerChristian Persch <chpe@src.gnome.org>2007-11-28 20:35:21 +0000
commit390ae1dcd34b51ee017ff4e61358610112dbe155 (patch)
tree424ad78109b4008d27083b0a8f929df2c63e3a6c /embed/ephy-embed-container.h
parent5b940502348437401c52b30226cc2bcfe20b3669 (diff)
downloadepiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.gz
Need to put the parent struct first.
svn path=/trunk/; revision=7739
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,