diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-04-16 08:51:52 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-04-16 08:51:52 +0800 |
commit | d6ace50802104ef38d2272a6be4767de99923060 (patch) | |
tree | 306f10686ad2f7a534f51a5978a09304f63b38b2 /embed/ephy-web-view.h | |
parent | 6a3082a962422d0d15b25914eaa3cbb17443d7ef (diff) | |
download | gsoc2013-epiphany-d6ace50802104ef38d2272a6be4767de99923060.tar.gz gsoc2013-epiphany-d6ace50802104ef38d2272a6be4767de99923060.tar.zst gsoc2013-epiphany-d6ace50802104ef38d2272a6be4767de99923060.zip |
Move overlay statusbar to EphyEmbed
It's where it belongs, and it will make things easier for the
following patches in this area.
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 7b412bd74..508ed2c99 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -45,9 +45,6 @@ typedef struct _EphyWebViewClass EphyWebViewClass; typedef struct _EphyWebView EphyWebView; typedef struct _EphyWebViewPrivate EphyWebViewPrivate; -#define EPHY_WEB_VIEW_STATUSBAR_TAB_MESSAGE_CONTEXT_DESCRIPTION "tab_message" -#define EPHY_WEB_VIEW_STATUSBAR_HELP_MESSAGE_CONTEXT_DESCRIPTION "help_message" - typedef enum { EPHY_WEB_VIEW_NAV_UP = 1 << 0, @@ -196,13 +193,7 @@ void ephy_web_view_popups_manager_reset (EphyWebView void ephy_web_view_save (EphyWebView *view, const char *uri); gboolean ephy_web_view_load_homepage (EphyWebView *view); -void ephy_web_view_statusbar_pop (EphyWebView *view, - guint context_id); -guint ephy_web_view_statusbar_push (EphyWebView *view, - guint context_id, - const char *text); -guint ephy_web_view_statusbar_get_context_id (EphyWebView *view, - const char *context_description); + G_END_DECLS #endif |