summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-03-23 17:44:27 +0000
committerAdam Hooper <adamh@src.gnome.org>2004-03-23 17:44:27 +0000
commitddc46340046c14ad86ef7ecbebc1e73761a5e2d1 (patch)
tree5e6e71e30d6c4722150183d04563c2ff3d410049 /doc
parentd3cea4a501d33f5b747f4a54381660bdc1fac5a5 (diff)
downloadepiphany-ddc46340046c14ad86ef7ecbebc1e73761a5e2d1.tar.gz
More documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/epiphany-docs.sgml6
-rw-r--r--doc/reference/epiphany-sections.txt175
-rw-r--r--doc/reference/tmpl/epiphany-unused.sgml37
3 files changed, 217 insertions, 1 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml
index 1ed19dee5..23a8b0ef5 100644
--- a/doc/reference/epiphany-docs.sgml
+++ b/doc/reference/epiphany-docs.sgml
@@ -8,10 +8,14 @@
<chapter>
<title>Epiphany</title>
+ <xi:include href="xml/ephy-permission-manager.xml"/>
+ <xi:include href="xml/ephy-window.xml"/>
+ </chapter>
+ <chapter>
+ <title>Incomplete</title>
<xi:include href="xml/ephy-embed-single.xml"/>
<xi:include href="xml/ephy-cookie-manager.xml"/>
<xi:include href="xml/ephy-password-manager.xml"/>
- <xi:include href="xml/ephy-permission-manager.xml"/>
<xi:include href="xml/ephy-session.xml"/>
<xi:include href="xml/ephy-shell.xml"/>
<xi:include href="xml/ephy-embed-factory.xml"/>
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt
new file mode 100644
index 000000000..91e21bbc4
--- /dev/null
+++ b/doc/reference/epiphany-sections.txt
@@ -0,0 +1,175 @@
+<SECTION>
+<FILE>ephy-permission-manager</FILE>
+<TITLE>EphyPermissionManager</TITLE>
+EphyPermissionInfo
+EphyPermissionType
+EphyPermission
+ephy_permission_info_free
+ephy_permission_manager_add
+ephy_permission_manager_remove
+ephy_permission_manager_clear
+ephy_permission_manager_test
+ephy_permission_manager_list
+</SECTION>
+
+<SECTION>
+<FILE>ephy-window</FILE>
+<TITLE>EphyWindow</TITLE>
+EphyWindow
+ephy_window_new
+ephy_window_new_with_chrome
+
+ephy_window_get_notebook
+ephy_window_add_tab
+ephy_window_remove_tab
+ephy_window_jump_to_tab
+ephy_window_get_tabs
+ephy_window_get_active_tab
+ephy_window_get_active_embed
+ephy_window_get_toolbar
+ephy_window_get_statusbar
+ephy_window_find
+ephy_window_print
+ephy_window_set_print_preview
+ephy_window_set_zoom
+ephy_window_activate_location
+ephy_window_load_url
+</SECTION>
+
+
+
+
+
+
+<SECTION>
+<FILE>ephy-session</FILE>
+ephy_session_get_active_window
+ephy_session_save
+ephy_session_load
+ephy_session_autoresume
+ephy_session_close
+ephy_session_get_windows
+ephy_session_add_window
+ephy_session_remove_window
+<SUBSECTION Standard>
+EPHY_SESSION
+EPHY_IS_SESSION
+EPHY_TYPE_SESSION
+ephy_session_get_type
+EPHY_SESSION_CLASS
+EPHY_IS_SESSION_CLASS
+EPHY_SESSION_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>ephy-shell</FILE>
+ephy_shell
+EPHY_SHELL_ERROR
+EphyShellError
+EphyShellStartupFlags
+EphyNewTabFlags
+ephy_shell_error_quark
+ephy_shell_new
+ephy_shell_startup
+ephy_shell_get_active_window
+ephy_shell_new_tab
+ephy_shell_get_session
+ephy_shell_get_bookmarks
+ephy_shell_get_toolbars_model
+ephy_shell_get_extensions_manager
+ephy_shell_get_bookmarks_editor
+ephy_shell_get_history_window
+ephy_shell_get_pdm_dialog
+ephy_shell_get_prefs_dialog
+ephy_shell_get_print_setup_dialog
+ephy_shell_delete_on_exit
+<SUBSECTION Standard>
+EPHY_SHELL
+EPHY_IS_SHELL
+EPHY_TYPE_SHELL
+ephy_shell_get_type
+EPHY_SHELL_CLASS
+EPHY_IS_SHELL_CLASS
+EPHY_SHELL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>ephy-password-manager</FILE>
+EPHY_PASSWORD_MANAGER_IFACE
+EPHY_IS_PASSWORD_MANAGER_IFACE
+EPHY_TYPE_PASSWORD_INFO
+ephy_password_info_new
+ephy_password_info_copy
+ephy_password_info_free
+ephy_password_manager_get_type
+ephy_password_manager_add
+ephy_password_manager_remove
+ephy_password_manager_list
+<SUBSECTION Standard>
+EPHY_PASSWORD_MANAGER
+EPHY_IS_PASSWORD_MANAGER
+EPHY_TYPE_PASSWORD_MANAGER
+ephy_password_info_get_type
+EPHY_PASSWORD_MANAGER_GET_IFACE
+</SECTION>
+
+<SECTION>
+<FILE>ephy-cookie-manager</FILE>
+EPHY_COOKIE_MANAGER_IFACE
+EPHY_IS_COOKIE_MANAGER_IFACE
+EPHY_TYPE_COOKIE
+EphyCookieP3PState
+EphyCookieP3PPolicy
+ephy_cookie_new
+ephy_cookie_copy
+ephy_cookie_free
+ephy_cookie_manager_get_type
+ephy_cookie_manager_list_cookies
+ephy_cookie_manager_remove_cookie
+ephy_cookie_manager_clear
+<SUBSECTION Standard>
+EPHY_COOKIE_MANAGER
+EPHY_IS_COOKIE_MANAGER
+EPHY_TYPE_COOKIE_MANAGER
+ephy_cookie_get_type
+EPHY_COOKIE_MANAGER_GET_IFACE
+</SECTION>
+
+<SECTION>
+<FILE>ephy-embed-single</FILE>
+EPHY_EMBED_SINGLE_IFACE
+EPHY_IS_EMBED_SINGLE_IFACE
+ephy_embed_single_clear_cache
+ephy_embed_single_clear_auth_cache
+ephy_embed_single_set_offline_mode
+ephy_embed_single_load_proxy_autoconf
+ephy_embed_single_get_font_list
+<SUBSECTION Standard>
+EPHY_EMBED_SINGLE
+EPHY_IS_EMBED_SINGLE
+EPHY_TYPE_EMBED_SINGLE
+ephy_embed_single_get_type
+EPHY_EMBED_SINGLE_GET_IFACE
+</SECTION>
+
+<SECTION>
+<FILE>ephy-embed-factory</FILE>
+ephy_embed_factory_new_object
+</SECTION>
+
+<SECTION>
+<FILE>EphyContentPolicy</FILE>
+EPHY_CONTENT_POLICY_CONTRACTID
+EPHY_CONTENT_POLICY_CLASSNAME
+EPHY_CONTENT_POLICY_CID
+</SECTION>
+
+<SECTION>
+<FILE>EphySingle</FILE>
+Init
+Detach
+EmitCookieNotification
+EmitPermissionNotification
+mozilla_cookie_to_ephy_cookie
+mozilla_permission_to_ephy_permission
+</SECTION>
diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml
index 2fe006de4..c984df54a 100644
--- a/doc/reference/tmpl/epiphany-unused.sgml
+++ b/doc/reference/tmpl/epiphany-unused.sgml
@@ -1,3 +1,23 @@
+<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/mozilla-embed-event.sgml:Title ##### -->
+mozilla-embed-event
+
+
<!-- ##### MACRO EPHY_SHELL_TYPE_DEF ##### -->
<para>
@@ -13,3 +33,20 @@
@path:
@gs:
+<!-- ##### FUNCTION mozilla_embed_event_new ##### -->
+<para>
+
+</para>
+
+@dom_event:
+@Returns:
+
+<!-- ##### FUNCTION mozilla_embed_event_set_property ##### -->
+<para>
+
+</para>
+
+@event:
+@name:
+@value:
+