aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-11-29 04:35:21 +0800
committerChristian Persch <chpe@src.gnome.org>2007-11-29 04:35:21 +0800
commit390ae1dcd34b51ee017ff4e61358610112dbe155 (patch)
tree424ad78109b4008d27083b0a8f929df2c63e3a6c /embed
parent5b940502348437401c52b30226cc2bcfe20b3669 (diff)
downloadgsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar
gsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.gz
gsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.bz2
gsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.lz
gsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.xz
gsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.tar.zst
gsoc2013-epiphany-390ae1dcd34b51ee017ff4e61358610112dbe155.zip
Need to put the parent struct first.
svn path=/trunk/; revision=7739
Diffstat (limited to 'embed')
-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,