From d4dcc52b3800df19a884dbc654da4a1b13f637b9 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 20 Jan 2012 20:39:31 +0100 Subject: ephy-window: make ephy_window_get_find_toolbar private Surely this is not interesting for anyone outside Epiphany? It's not used in extensions. --- doc/reference/epiphany-sections.txt | 1 - doc/reference/tmpl/ephy-window.sgml | 9 --------- src/ephy-private.h | 2 ++ src/ephy-window.h | 2 -- src/window-commands.c | 1 + 5 files changed, 3 insertions(+), 12 deletions(-) diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 4bf362f81..f0d044ffd 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -229,7 +229,6 @@ ephy_window_new ephy_window_new_with_chrome ephy_window_get_ui_manager ephy_window_get_notebook -ephy_window_get_find_toolbar ephy_window_load_url ephy_window_set_zoom ephy_window_activate_location diff --git a/doc/reference/tmpl/ephy-window.sgml b/doc/reference/tmpl/ephy-window.sgml index c1b4bc888..31b1e0713 100644 --- a/doc/reference/tmpl/ephy-window.sgml +++ b/doc/reference/tmpl/ephy-window.sgml @@ -61,15 +61,6 @@ EphyWindow @Returns: - - - - - -@window: -@Returns: - - diff --git a/src/ephy-private.h b/src/ephy-private.h index 7af8f70ea..b1e5292a5 100644 --- a/src/ephy-private.h +++ b/src/ephy-private.h @@ -39,6 +39,8 @@ EphyLocationController *ephy_window_get_location_controller (EphyWindow *window EphyEmbedEvent *ephy_window_get_context_event (EphyWindow *window); +GtkWidget *ephy_window_get_find_toolbar (EphyWindow *window); + void ephy_window_set_location (EphyWindow *window, const char *address); diff --git a/src/ephy-window.h b/src/ephy-window.h index ef66efa53..b1b67707b 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -66,8 +66,6 @@ GtkUIManager *ephy_window_get_ui_manager (EphyWindow *window); GtkWidget *ephy_window_get_notebook (EphyWindow *window); -GtkWidget *ephy_window_get_find_toolbar (EphyWindow *window); - void ephy_window_load_url (EphyWindow *window, const char *url); diff --git a/src/window-commands.c b/src/window-commands.c index f2539dd9c..4a6440b64 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -42,6 +42,7 @@ #include "ephy-location-entry.h" #include "ephy-notebook.h" #include "ephy-prefs.h" +#include "ephy-private.h" #include "ephy-settings.h" #include "ephy-shell.h" #include "ephy-state.h" -- cgit v1.2.3