diff options
Diffstat (limited to 'doc/reference/tmpl/ephy-embed.sgml')
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 115 |
1 files changed, 101 insertions, 14 deletions
diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 7ca391b43..1bf03ce71 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -174,6 +174,14 @@ be done by casting). @arg2: @arg3: +<!-- ##### SIGNAL EphyEmbed::ge-zoom-change ##### --> +<para> + +</para> + +@ephyembed: the object which received the signal. +@arg1: + <!-- ##### SIGNAL EphyEmbed::new-document-now ##### --> <para> @@ -241,20 +249,6 @@ be done by casting). @: @: @: -@: -@: -@: -@: -@: -@: -@: -@: -@: -@: -@: -@: -@: -@: @: @Param2: @@ -272,6 +266,7 @@ be done by casting). @dom_mouse_down: @dom_content_loaded: @popup_blocked: +@zoom_change: @content_blocked: @modal_alert: @modal_alert_closed: @@ -282,8 +277,14 @@ be done by casting). @new_document_now: @load_url: @load: +@stop_load: +@reload: +@can_go_back: +@can_go_forward: @can_go_up: @get_go_up_list: +@go_back: +@go_forward: @go_up: @get_title: @get_location: @@ -292,16 +293,20 @@ be done by casting). @shistory_copy: @get_security_level: @show_page_certificate: +@set_zoom: +@get_zoom: @scroll_lines: @scroll_pages: @scroll_pixels: @get_encoding: @has_automatic_encoding: @set_encoding: +@print: @set_print_preview_mode: @print_preview_n_pages: @print_preview_navigate: @has_modified_forms: +@close: @get_document_type: @get_load_percent: @get_load_status: @@ -315,6 +320,11 @@ be done by casting). @get_is_blank: @get_loading_title: @get_visibility: +@get_backward_history: +@get_forward_history: +@get_next_history_item: +@get_previous_history_item: +@go_to_history_item: <!-- ##### ENUM EphyEmbedChrome ##### --> <para> @@ -340,6 +350,23 @@ windows opened with JavaScript often use a nonstandard chrome. @url: +<!-- ##### FUNCTION ephy_embed_stop_load ##### --> +<para> + +</para> + +@embed: + + +<!-- ##### FUNCTION ephy_embed_reload ##### --> +<para> + +</para> + +@embed: +@force: + + <!-- ##### FUNCTION ephy_embed_get_title ##### --> <para> @@ -377,6 +404,24 @@ windows opened with JavaScript often use a nonstandard chrome. @Returns: +<!-- ##### FUNCTION ephy_embed_can_go_back ##### --> +<para> + +</para> + +@embed: +@Returns: + + +<!-- ##### FUNCTION ephy_embed_can_go_forward ##### --> +<para> + +</para> + +@embed: +@Returns: + + <!-- ##### FUNCTION ephy_embed_can_go_up ##### --> <para> @@ -395,6 +440,22 @@ windows opened with JavaScript often use a nonstandard chrome. @Returns: +<!-- ##### FUNCTION ephy_embed_go_back ##### --> +<para> + +</para> + +@embed: + + +<!-- ##### FUNCTION ephy_embed_go_forward ##### --> +<para> + +</para> + +@embed: + + <!-- ##### FUNCTION ephy_embed_go_up ##### --> <para> @@ -413,6 +474,24 @@ windows opened with JavaScript often use a nonstandard chrome. @description: +<!-- ##### FUNCTION ephy_embed_set_zoom ##### --> +<para> + +</para> + +@embed: +@zoom: + + +<!-- ##### FUNCTION ephy_embed_get_zoom ##### --> +<para> + +</para> + +@embed: +@Returns: + + <!-- ##### FUNCTION ephy_embed_find_set_properties ##### --> <para> @@ -432,6 +511,14 @@ windows opened with JavaScript often use a nonstandard chrome. @encoding: +<!-- ##### FUNCTION ephy_embed_print ##### --> +<para> + +</para> + +@embed: + + <!-- ##### FUNCTION ephy_embed_print_preview_n_pages ##### --> <para> |