From ea323c1d7f28e2a03b7b1752de25a975218a488d Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Fri, 26 Mar 2004 22:10:03 +0000 Subject: Documented EphyEmbedSingle --- doc/reference/tmpl/ephy-embed-single.sgml | 52 ++++++++++++++++++++----------- doc/reference/tmpl/ephy-tab.sgml | 50 +++++++++++++++++++++++++++++ doc/reference/tmpl/epiphany-unused.sgml | 14 +++++++++ 3 files changed, 98 insertions(+), 18 deletions(-) (limited to 'doc/reference/tmpl') diff --git a/doc/reference/tmpl/ephy-embed-single.sgml b/doc/reference/tmpl/ephy-embed-single.sgml index 29899db97..3368ee788 100644 --- a/doc/reference/tmpl/ephy-embed-single.sgml +++ b/doc/reference/tmpl/ephy-embed-single.sgml @@ -1,40 +1,47 @@ -ephy-embed-single +EphyEmbedSingle - +An interface to the global embedded browser - +While Epiphany is running, its global embed_shell variable (an #EphyEmbedShell) +holds a reference to an #EphyEmbedSingle. The only class which implements +#EphyEmbedSingle is #MozillaEmbedSingle, so the two types are interchangeable +via casting. - - + +Acquiring an <structname>EphyEmbedSingle</structname> +#]]> +# - +EphyEmbedSingle *ephy_single; - +/* embed_shell is a global variable, initialized as Epiphany starts */ +ephy_single = ephy_embed_shell_get_embed_single (embed_shell); +]]> + + - +Since there is only one #EphyEmbedShell, there is only one #EphyEmbedSingle. It +is used to perform browser-related actions which do not refer to an individual +#EphyEmbed. -@k: - - - + -@k: - - +@single: + @shell: @@ -43,6 +50,8 @@ ephy-embed-single +@single: + @shell: @@ -51,8 +60,10 @@ ephy-embed-single -@shell: +@single: @offline: + +@shell: @@ -60,8 +71,10 @@ ephy-embed-single -@shell: +@single: @url: + +@shell: @@ -69,8 +82,11 @@ ephy-embed-single +@single: +@lang_group: +@Returns: + @shell: @langGroup: -@Returns: diff --git a/doc/reference/tmpl/ephy-tab.sgml b/doc/reference/tmpl/ephy-tab.sgml index 94d71bb1f..ae5eba7b0 100644 --- a/doc/reference/tmpl/ephy-tab.sgml +++ b/doc/reference/tmpl/ephy-tab.sgml @@ -128,3 +128,53 @@ An #EphyTab is basically a container for an #EphyEmbed. @Returns: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/reference/tmpl/epiphany-unused.sgml b/doc/reference/tmpl/epiphany-unused.sgml index 5fcda58b0..2932d9274 100644 --- a/doc/reference/tmpl/epiphany-unused.sgml +++ b/doc/reference/tmpl/epiphany-unused.sgml @@ -18,6 +18,20 @@ mozilla-embed-event + + + + + +@k: + + + + + + +@k: + -- cgit v1.2.3