aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-13 23:52:01 +0800
committerXan Lopez <xan@igalia.com>2012-03-13 23:52:01 +0800
commit0bc48d17643425b2856fdc1e0ae170cc61d1f64f (patch)
tree6add23522674c160cdfe4454b4b3401654cea01e /embed
parentd3bc1d282b8332cc74156fd14d8a3c476ced820e (diff)
downloadgsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.tar
gsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.tar.gz
gsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.tar.bz2
gsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.tar.lz
gsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.tar.xz
gsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.tar.zst
gsoc2013-epiphany-0bc48d17643425b2856fdc1e0ae170cc61d1f64f.zip
ephy-web-view: fix indentation
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-web-view.h32
1 files changed, 14 insertions, 18 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 6ada2c0bd..d1888c8ee 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -59,9 +59,9 @@ typedef enum
} EphyWebViewChrome;
#define EPHY_WEB_VIEW_CHROME_ALL (EPHY_WEB_VIEW_CHROME_MENUBAR | \
- EPHY_WEB_VIEW_CHROME_TOOLBAR | \
- EPHY_WEB_VIEW_CHROME_STATUSBAR | \
- EPHY_WEB_VIEW_CHROME_BOOKMARKSBAR)
+ EPHY_WEB_VIEW_CHROME_TOOLBAR | \
+ EPHY_WEB_VIEW_CHROME_STATUSBAR | \
+ EPHY_WEB_VIEW_CHROME_BOOKMARKSBAR)
typedef enum
{
@@ -99,30 +99,28 @@ struct _EphyWebViewClass
WebKitWebViewClass parent_class;
/* Signals */
- void (* feed_link) (EphyWebView *view,
+ void (* feed_link) (EphyWebView *view,
const char *type,
const char *title,
const char *address);
- void (* search_link) (EphyWebView *view,
+ void (* search_link) (EphyWebView *view,
const char *type,
const char *title,
const char *address);
- void (* popup_blocked) (EphyWebView *view,
+ void (* popup_blocked) (EphyWebView *view,
const char *address,
const char *target,
const char *features);
- void (* content_blocked) (EphyWebView *view,
+ void (* content_blocked) (EphyWebView *view,
const char *uri);
- gboolean (* modal_alert) (EphyWebView *view);
+ gboolean (* modal_alert) (EphyWebView *view);
void (* modal_alert_closed) (EphyWebView *view);
- void (* new_window) (EphyWebView *view,
+ void (* new_window) (EphyWebView *view,
EphyWebView *new_view);
gboolean (* search_key_press) (EphyWebView *view,
GdkEventKey *event);
-
- void (* new_document_now) (EphyWebView *view,
+ void (* new_document_now) (EphyWebView *view,
const char *uri);
-
void (* loading_homepage) (EphyWebView *view);
};
@@ -171,12 +169,10 @@ gboolean ephy_web_view_can_go_up (EphyWebView
const char * ephy_web_view_get_address (EphyWebView *view);
const char * ephy_web_view_get_title_composite (EphyWebView *view);
-void ephy_web_view_load_error_page (EphyWebView *view,
- const char *uri,
- EphyWebViewErrorPage page,
- GError *error);
-
-
+void ephy_web_view_load_error_page (EphyWebView *view,
+ const char *uri,
+ EphyWebViewErrorPage page,
+ GError *error);
/* These should be private */
void ephy_web_view_set_address (EphyWebView *view,
const char *address);