diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-11-17 03:40:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-11-17 03:40:51 +0800 |
commit | b509828635066e0ce051fe77333acfb7d29d500f (patch) | |
tree | a6c17fa962fa565ad0631db1e854244d9c3c8d1a /embed/ephy-embed-container.h | |
parent | c8e725445775b36f1e25ff7148b4927ae24e8b89 (diff) | |
download | gsoc2013-epiphany-b509828635066e0ce051fe77333acfb7d29d500f.tar.gz gsoc2013-epiphany-b509828635066e0ce051fe77333acfb7d29d500f.tar.zst gsoc2013-epiphany-b509828635066e0ce051fe77333acfb7d29d500f.zip |
Rename param to "set_active".
svn path=/trunk/; revision=7708
Diffstat (limited to 'embed/ephy-embed-container.h')
-rw-r--r-- | embed/ephy-embed-container.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed-container.h b/embed/ephy-embed-container.h index 448203e3b..3da295362 100644 --- a/embed/ephy-embed-container.h +++ b/embed/ephy-embed-container.h @@ -42,7 +42,7 @@ struct _EphyEmbedContainerIface gint (* add_child) (EphyEmbedContainer *container, EphyEmbed *child, gint position, - gboolean jump_to); + gboolean set_active); void (* set_active_child) (EphyEmbedContainer *container, EphyEmbed *child); @@ -64,7 +64,7 @@ GType ephy_embed_container_get_type (void); gint ephy_embed_container_add_child (EphyEmbedContainer *container, EphyEmbed *child, gint position, - gboolean jump_to); + gboolean set_active); void ephy_embed_container_set_active_child (EphyEmbedContainer *container, EphyEmbed *child); |