From 6f14b118fb152df1fcad486d607493f8a4bc3f99 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 20 Jan 2012 19:26:36 +0100 Subject: ephy-window: make ephy_window_set_location private Setting the EphyWindow's location string directly is the kind of crack that has to be private. --- src/ephy-private.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ephy-private.h') diff --git a/src/ephy-private.h b/src/ephy-private.h index 9ecfb1696..7af8f70ea 100644 --- a/src/ephy-private.h +++ b/src/ephy-private.h @@ -37,7 +37,10 @@ GtkActionGroup *ephy_window_get_toolbar_action_group (EphyWindow *window EphyLocationController *ephy_window_get_location_controller (EphyWindow *window); -EphyEmbedEvent *ephy_window_get_context_event (EphyWindow *window); +EphyEmbedEvent *ephy_window_get_context_event (EphyWindow *window); + +void ephy_window_set_location (EphyWindow *window, + const char *address); #endif -- cgit v1.2.3