diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:54:00 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:54:00 +0800 |
commit | 5e8354c9b2d7f8826148f2c8e341af14cdf87f8c (patch) | |
tree | dc0dba8120a56acd6c075cc112cf57c7b2c01205 /doc/reference/tmpl/ephy-embed.sgml | |
parent | 829422676119b9409fab423f481a5a43d9838e45 (diff) | |
download | gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.tar gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.tar.gz gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.tar.bz2 gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.tar.lz gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.tar.xz gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.tar.zst gsoc2013-epiphany-5e8354c9b2d7f8826148f2c8e341af14cdf87f8c.zip |
Enable documentation build for ephy-location-entry
Conflicts:
doc/reference/epiphany-sections.txt
doc/reference/tmpl/EphySingle.sgml
doc/reference/tmpl/ephy-embed.sgml
doc/reference/tmpl/epiphany-unused.sgml
svn path=/trunk/; revision=8558
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> |