diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-11-28 20:35:21 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-11-28 20:35:21 +0000 |
commit | 390ae1dcd34b51ee017ff4e61358610112dbe155 (patch) | |
tree | 424ad78109b4008d27083b0a8f929df2c63e3a6c /embed | |
parent | 5b940502348437401c52b30226cc2bcfe20b3669 (diff) | |
download | epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.gz |
Need to put the parent struct first.
svn path=/trunk/; revision=7739
Diffstat (limited to 'embed')
-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, |