aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-extension.h')
-rw-r--r--src/ephy-extension.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ephy-extension.h b/src/ephy-extension.h
index f0ad83e02..8a8b49677 100644
--- a/src/ephy-extension.h
+++ b/src/ephy-extension.h
@@ -48,10 +48,10 @@ struct _EphyExtensionIface
EphyWindow *window);
void (* attach_tab) (EphyExtension *extension,
EphyWindow *window,
- EphyTab *tab);
+ EphyEmbed *embed);
void (* detach_tab) (EphyExtension *extension,
EphyWindow *window,
- EphyTab *tab);
+ EphyEmbed *embed);
};
GType ephy_extension_get_type (void);
@@ -64,11 +64,11 @@ void ephy_extension_detach_window (EphyExtension *extension,
void ephy_extension_attach_tab (EphyExtension *extension,
EphyWindow *window,
- EphyTab *tab);
+ EphyEmbed *embed);
void ephy_extension_detach_tab (EphyExtension *extension,
EphyWindow *window,
- EphyTab *tab);
+ EphyEmbed *embed);
G_END_DECLS