diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 2 | ||||
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 19 | ||||
-rw-r--r-- | doc/reference/epiphany.types | 2 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed-factory.sgml | 4 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 8 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-extensions-manager.sgml | 63 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-shell.sgml | 10 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-window.sgml | 1 | ||||
-rw-r--r-- | doc/reference/tmpl/epiphany-unused.sgml | 8 |
10 files changed, 102 insertions, 16 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 6abd91db5..1b50546fe 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -52,7 +52,6 @@ IGNORE_HFILES = \ ephy-thread-helpers.h \ ephy-zoom.h \ ephy-arrow-toolbutton.h \ - ephy-cell-renderer-progress.h \ ephy-label.h \ ephy-location-entry.h \ ephy-node-view.h \ @@ -123,7 +122,6 @@ IGNORE_HFILES = \ ephy-encoding-dialog.h \ ephy-encoding-menu.h \ ephy-extension.h \ - ephy-extensions-manager.h \ ephy-favicon-action.h \ ephy-favorites-menu.h \ ephy-go-action.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index 77f21f012..ba3b13b3c 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -18,6 +18,7 @@ <xi:include href="xml/ephy-embed-factory.xml"/> <xi:include href="xml/ephy-node-db.xml"/> <xi:include href="xml/ephy-glade.xml"/> + <xi:include href="xml/ephy-extensions-manager.xml"/> </chapter> <chapter> <title>Incomplete</title> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 94f6edfa3..5945524ce 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -235,6 +235,25 @@ EPHY_NODE_DB_GET_CLASS ephy_glade_widget_new </SECTION> +<SECTION> +<FILE>ephy-extensions-manager</FILE> +<TITLE>EphyExtensionsManager</TITLE> +ephy_extensions_manager_new +ephy_extensions_manager_load +ephy_extensions_manager_unload +ephy_extensions_manager_load_dir +ephy_extensions_manager_add +ephy_extensions_manager_list +<SUBSECTION Standard> +EPHY_EXTENSIONS_MANAGER +EPHY_IS_EXTENSIONS_MANAGER +EPHY_TYPE_EXTENSIONS_MANAGER +ephy_extensions_manager_get_type +EPHY_EXTENSIONS_MANAGER_CLASS +EPHY_IS_EXTENSIONS_MANAGER_CLASS +EPHY_EXTENSIONS_MANAGER_GET_CLASS +</SECTION> + <SECTION> diff --git a/doc/reference/epiphany.types b/doc/reference/epiphany.types index 58dd8ba78..530f82969 100644 --- a/doc/reference/epiphany.types +++ b/doc/reference/epiphany.types @@ -6,7 +6,6 @@ #include <ephy-location-entry.h> #include <ephy-zoom-action.h> #include <ephy-zoom-control.h> -#include <ephy-cell-renderer-progress.h> ephy_dialog_get_type ephy_file_chooser_get_type @@ -16,7 +15,6 @@ ephy_node_filter_get_type ephy_location_entry_get_type ephy_zoom_action_get_type ephy_zoom_control_get_type -ephy_cell_renderer_progress_get_type #include <ephy-embed.h> #include <downloader-view.h> diff --git a/doc/reference/tmpl/ephy-embed-factory.sgml b/doc/reference/tmpl/ephy-embed-factory.sgml index f80295416..556730839 100644 --- a/doc/reference/tmpl/ephy-embed-factory.sgml +++ b/doc/reference/tmpl/ephy-embed-factory.sgml @@ -25,7 +25,9 @@ To create a new instance of an #EphyEmbed, #EphyEmbedPersist or </para> -@object_id: +@type: @Returns: +<!-- # Unused Parameters # --> +@object_id: diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 8688721b1..da9a9e933 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -146,6 +146,14 @@ be done by casting). @: @: @: +@: +@: +@: +@: +@: +@: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> diff --git a/doc/reference/tmpl/ephy-extensions-manager.sgml b/doc/reference/tmpl/ephy-extensions-manager.sgml new file mode 100644 index 000000000..418123132 --- /dev/null +++ b/doc/reference/tmpl/ephy-extensions-manager.sgml @@ -0,0 +1,63 @@ +<!-- ##### SECTION Title ##### --> +EphyExtensionsManager + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### FUNCTION ephy_extensions_manager_new ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION ephy_extensions_manager_load ##### --> +<para> + +</para> + +@manager: +@filename: +<!-- # Unused Parameters # --> +@Returns: + + +<!-- ##### FUNCTION ephy_extensions_manager_unload ##### --> +<para> + +</para> + +@manager: +@filename: + + +<!-- ##### FUNCTION ephy_extensions_manager_load_dir ##### --> +<para> + +</para> + +@manager: +@path: + + +<!-- ##### FUNCTION ephy_extensions_manager_add ##### --> +<para> + +</para> + +@manager: +@type: +@Returns: + + diff --git a/doc/reference/tmpl/ephy-shell.sgml b/doc/reference/tmpl/ephy-shell.sgml index 6c9e8b68d..570c6a038 100644 --- a/doc/reference/tmpl/ephy-shell.sgml +++ b/doc/reference/tmpl/ephy-shell.sgml @@ -48,7 +48,6 @@ ephy-shell @EPHY_SHELL_STARTUP_SESSION: @EPHY_SHELL_STARTUP_IMPORT_BOOKMARKS: @EPHY_SHELL_STARTUP_ADD_BOOKMARK: -@EPHY_SHELL_STARTUP_SERVER: <!-- ##### ENUM EphyNewTabFlags ##### --> <para> @@ -94,15 +93,6 @@ ephy-shell @Returns: -<!-- ##### FUNCTION ephy_shell_get_active_window ##### --> -<para> - -</para> - -@shell: -@Returns: - - <!-- ##### FUNCTION ephy_shell_new_tab ##### --> <para> diff --git a/doc/reference/tmpl/ephy-window.sgml b/doc/reference/tmpl/ephy-window.sgml index b831ebbe8..218477bd6 100644 --- a/doc/reference/tmpl/ephy-window.sgml +++ b/doc/reference/tmpl/ephy-window.sgml @@ -33,7 +33,6 @@ These are restricted to ephy_window_set_zoom() and ephy_window_load_url(). </para> -@ui_merge: The #GtkUIManager this window uses to merge user interfaces <!-- ##### ARG EphyWindow:active-tab ##### --> <para> diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml index aa9f02d89..1dfbb6967 100644 --- a/doc/reference/tmpl/epiphany-unused.sgml +++ b/doc/reference/tmpl/epiphany-unused.sgml @@ -154,6 +154,14 @@ mozilla-embed-event @path: @gs: +<!-- ##### FUNCTION ephy_shell_get_active_window ##### --> +<para> + +</para> + +@shell: +@Returns: + <!-- ##### FUNCTION ephy_tab_get_window ##### --> <para> |