diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-20 03:12:14 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-20 03:12:14 +0800 |
commit | b59fc10752cd7d6e7c0affb262d441081dd9b587 (patch) | |
tree | c18f582cc1be011598113f9bcd80d831f1662988 /doc/reference/tmpl/ephy-shell.sgml | |
parent | 6e2a790eeb65a5aba6dfa000f9161f99bf27262c (diff) | |
download | gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.gz gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.bz2 gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.lz gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.xz gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.zst gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.zip |
Complete docs base implementation. Should work more or less.
2003-11-19 Marco Pesenti Gritti <marco@gnome.org>
* doc/reference/.cvsignore:
* doc/reference/Makefile.am:
* doc/reference/epiphany-docs.sgml:
* doc/reference/epiphany.types:
* doc/reference/tmpl/config.sgml:
* doc/reference/tmpl/ephy-session.sgml:
* doc/reference/tmpl/ephy-shell.sgml:
Complete docs base implementation. Should work
more or less.
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
Cleanup a bit libs build and use a static lib
also for the src/ code so that we can use it
for documents.
* src/ephy-nautilus-view.c:
Bad chpe forgot to modify func signature.
Diffstat (limited to 'doc/reference/tmpl/ephy-shell.sgml')
-rw-r--r-- | doc/reference/tmpl/ephy-shell.sgml | 192 |
1 files changed, 192 insertions, 0 deletions
diff --git a/doc/reference/tmpl/ephy-shell.sgml b/doc/reference/tmpl/ephy-shell.sgml new file mode 100644 index 000000000..176490882 --- /dev/null +++ b/doc/reference/tmpl/ephy-shell.sgml @@ -0,0 +1,192 @@ +<!-- ##### SECTION Title ##### --> +ephy-shell + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + + +<!-- ##### MACRO EPHY_SHELL_TYPE_DEF ##### --> +<para> + +</para> + + + +<!-- ##### VARIABLE ephy_shell ##### --> +<para> + +</para> + + +<!-- ##### MACRO EPHY_SHELL_ERROR ##### --> +<para> + +</para> + + + +<!-- ##### ENUM EphyShellError ##### --> +<para> + +</para> + +@EPHY_SHELL_ERROR_MISSING_SERVER: +@EPHY_SHELL_ERROR_OBJECT_REG_FAILED: +@EPHY_SHELL_ERROR_FACTORY_REG_FAILED: + +<!-- ##### ENUM EphyShellStartupFlags ##### --> +<para> + +</para> + +@EPHY_SHELL_STARTUP_TABS: +@EPHY_SHELL_STARTUP_EXISTING_WINDOW: +@EPHY_SHELL_STARTUP_FULLSCREEN: +@EPHY_SHELL_STARTUP_BOOKMARKS_EDITOR: +@EPHY_SHELL_STARTUP_SESSION: +@EPHY_SHELL_STARTUP_IMPORT_BOOKMARKS: +@EPHY_SHELL_STARTUP_ADD_BOOKMARK: +@EPHY_SHELL_STARTUP_SERVER: + +<!-- ##### ENUM EphyNewTabFlags ##### --> +<para> + +</para> + +@EPHY_NEW_TAB_HOME_PAGE: +@EPHY_NEW_TAB_NEW_PAGE: +@EPHY_NEW_TAB_OPEN_PAGE: +@EPHY_NEW_TAB_FULLSCREEN_MODE: +@EPHY_NEW_TAB_APPEND_GROUPED: +@EPHY_NEW_TAB_APPEND_LAST: +@EPHY_NEW_TAB_APPEND_AFTER: +@EPHY_NEW_TAB_JUMP: +@EPHY_NEW_TAB_IN_NEW_WINDOW: +@EPHY_NEW_TAB_IN_EXISTING_WINDOW: + +<!-- ##### FUNCTION ephy_shell_error_quark ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_shell_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_shell_startup ##### --> +<para> + +</para> + +@gs: +@flags: +@args: +@string_arg: +@error: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_active_window ##### --> +<para> + +</para> + +@gs: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_new_tab ##### --> +<para> + +</para> + +@shell: +@parent_window: +@previous_tab: +@url: +@flags: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_session ##### --> +<para> + +</para> + +@gs: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_bookmarks ##### --> +<para> + +</para> + +@gs: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_toolbars_model ##### --> +<para> + +</para> + +@gs: +@fullscreen: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_extensions_manager ##### --> +<para> + +</para> + +@es: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_bookmarks_editor ##### --> +<para> + +</para> + +@gs: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_get_history_window ##### --> +<para> + +</para> + +@gs: +@Returns: + + +<!-- ##### FUNCTION ephy_shell_delete_on_exit ##### --> +<para> + +</para> + +@gs: +@path: + + |