diff options
Diffstat (limited to 'embed/ephy-embed-container.h')
-rw-r--r-- | embed/ephy-embed-container.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embed/ephy-embed-container.h b/embed/ephy-embed-container.h index 609fc08f6..948a0d77c 100644 --- a/embed/ephy-embed-container.h +++ b/embed/ephy-embed-container.h @@ -44,8 +44,8 @@ struct _EphyEmbedContainerIface gint position, gboolean jump_to); - void (* jump_to_child) (EphyEmbedContainer *container, - EphyEmbed *child); + void (* set_active_child) (EphyEmbedContainer *container, + EphyEmbed *child); void (* remove_child) (EphyEmbedContainer *container, EphyEmbed *child); @@ -66,8 +66,8 @@ void ephy_embed_container_add_child (EphyEmbedContainer *container, gint position, gboolean jump_to); -void ephy_embed_container_jump_to_child (EphyEmbedContainer *container, - EphyEmbed *child); +void ephy_embed_container_set_active_child (EphyEmbedContainer *container, + EphyEmbed *child); void ephy_embed_container_remove_child (EphyEmbedContainer *container, EphyEmbed *child); |