aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/epiphany-sections.txt
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2009-12-02 10:43:54 +0800
committerDiego Escalante Urrelo <diegoe@gnome.org>2009-12-03 06:47:16 +0800
commit86d5198f311fc40dc0d22cfa0e2643fcde46317f (patch)
treecfc8611347ea2cd8e44cbeb7e2bb82f7ec8aa211 /doc/reference/epiphany-sections.txt
parent57d1e4a28256b3204b9cbcadd6f52832e55a477c (diff)
downloadgsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.tar
gsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.tar.gz
gsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.tar.bz2
gsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.tar.lz
gsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.tar.xz
gsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.tar.zst
gsoc2013-epiphany-86d5198f311fc40dc0d22cfa0e2643fcde46317f.zip
docs: ephy-window
Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852
Diffstat (limited to 'doc/reference/epiphany-sections.txt')
-rw-r--r--doc/reference/epiphany-sections.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt
index 7fee4ced0..511c2f81e 100644
--- a/doc/reference/epiphany-sections.txt
+++ b/doc/reference/epiphany-sections.txt
@@ -94,3 +94,21 @@ EphyZoomControl
ephy_zoom_control_set_zoom_level
ephy_zoom_control_get_zoom_level
</SECTION>
+
+<SECTION>
+<FILE>ephy-window</FILE>
+<TITLE>EphyWindow</TITLE>
+EphyWindow
+ephy_window_new
+ephy_window_new_with_chrome
+ephy_window_get_ui_manager
+ephy_window_get_toolbar
+ephy_window_get_notebook
+ephy_window_get_find_toolbar
+ephy_window_get_statusbar
+ephy_window_load_url
+ephy_window_set_zoom
+ephy_window_activate_location
+ephy_window_get_is_print_preview
+ephy_window_get_context_event
+</SECTION>