diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-30 04:12:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-30 04:12:55 +0800 |
commit | db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0 (patch) | |
tree | 02234f3fb181aca685fcc29da0ff92687c7a1cfa /embed/ephy-embed.h | |
parent | 941de06806cb6c145ac2b522ad276add5bdbb2fd (diff) | |
download | gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.gz gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.bz2 gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.lz gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.xz gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.tar.zst gsoc2013-epiphany-db1f5a7b30564f89cf1fdbb3cd6a8fae68a9bfd0.zip |
Implement ::grab-focus and remove ephy_embed_activate ().
2005-07-29 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed.c:
* embed/ephy-embed.h:
* embed/mozilla/mozilla-embed.cpp:
Implement ::grab-focus and remove ephy_embed_activate ().
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r-- | embed/ephy-embed.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 7da209684..b83891242 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -195,7 +195,6 @@ struct _EphyEmbedIface void (* print_preview_navigate) (EphyEmbed *embed, EphyEmbedPrintPreviewNavType type, int page); - void (* activate) (EphyEmbed *embed); gboolean (* has_modified_forms) (EphyEmbed *embed); }; @@ -290,8 +289,6 @@ void ephy_embed_print_preview_navigate (EphyEmbed *embed, int page); /* Misc. utility */ -void ephy_embed_activate (EphyEmbed *embed); - gboolean ephy_embed_has_modified_forms (EphyEmbed *embed); G_END_DECLS |