diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-08 16:24:05 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-06-26 20:37:47 +0800 |
commit | 990ee247b9613724f764b1bca2ff721e5688fcd8 (patch) | |
tree | 43a7431a4905c0ca0757b4726b5bb36050a14696 /embed/ephy-about-handler.h | |
parent | d434d5dde2cb2cd239d8d38b3a369466677e84a4 (diff) | |
download | gsoc2013-epiphany-990ee247b9613724f764b1bca2ff721e5688fcd8.tar.gz gsoc2013-epiphany-990ee247b9613724f764b1bca2ff721e5688fcd8.tar.zst gsoc2013-epiphany-990ee247b9613724f764b1bca2ff721e5688fcd8.zip |
Port plugins about handler to WebKit2
https://bugzilla.gnome.org/show_bug.cgi?id=678625
Diffstat (limited to 'embed/ephy-about-handler.h')
-rw-r--r-- | embed/ephy-about-handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embed/ephy-about-handler.h b/embed/ephy-about-handler.h index 2bc5bd823..d73d9fd7e 100644 --- a/embed/ephy-about-handler.h +++ b/embed/ephy-about-handler.h @@ -13,4 +13,7 @@ GString *ephy_about_handler_handle (const char *about); +void _ephy_about_handler_handle_plugins (GString *data_str, + GList *plugin_list); + #endif /* EPHY_ABOUT_HANDLER_H */ |