diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:56:07 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-09-29 13:56:07 +0800 |
commit | 9309c43bb0fe7f3dd3a5fba9b1509f7956c7fb32 (patch) | |
tree | ff6c995701bc1a48424abda264b23bad47e7dad8 /doc/reference | |
parent | 83baedd031a257d3bbabab007d6c0b2d703f6555 (diff) | |
download | gsoc2013-epiphany-9309c43bb0fe7f3dd3a5fba9b1509f7956c7fb32.tar.gz gsoc2013-epiphany-9309c43bb0fe7f3dd3a5fba9b1509f7956c7fb32.tar.zst gsoc2013-epiphany-9309c43bb0fe7f3dd3a5fba9b1509f7956c7fb32.zip |
Correctly title Ephy*Entry widgets in docs
svn path=/trunk/; revision=8567
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/epiphany-sections.txt | 6 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 1 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-icon-entry.sgml | 9 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-location-entry.sgml | 48 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-search-entry.sgml | 16 |
5 files changed, 76 insertions, 4 deletions
diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 74ebcb232..f58d93c77 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -324,6 +324,8 @@ EPHY_CONTENT_POLICY_CID <SECTION> <FILE>ephy-location-entry</FILE> +<TITLE>EphyLocationEntry</TITLE> +EphyLocationEntry ephy_location_entry_set_location ephy_location_entry_get_location ephy_location_entry_get_can_undo @@ -344,6 +346,8 @@ ephy_location_entry_set_match_func <SECTION> <FILE>ephy-icon-entry</FILE> +<TITLE>EphyIconEntry</TITLE> +EphyIconEntry ephy_icon_entry_new ephy_icon_entry_pack_widget ephy_icon_entry_get_entry @@ -351,6 +355,8 @@ ephy_icon_entry_get_entry <SECTION> <FILE>ephy-search-entry</FILE> +<TITLE>EphySearchEntry</TITLE> +EphySearchEntry ephy_search_entry_new ephy_search_entry_clear </SECTION> diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 198a31a72..da230d5b7 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -234,7 +234,6 @@ be done by casting). @: @: @: -@: @: @Param2: diff --git a/doc/reference/tmpl/ephy-icon-entry.sgml b/doc/reference/tmpl/ephy-icon-entry.sgml index f0612b5fb..6ed857e9f 100644 --- a/doc/reference/tmpl/ephy-icon-entry.sgml +++ b/doc/reference/tmpl/ephy-icon-entry.sgml @@ -1,5 +1,5 @@ <!-- ##### SECTION Title ##### --> -ephy-icon-entry +EphyIconEntry <!-- ##### SECTION Short_Description ##### --> @@ -17,6 +17,13 @@ ephy-icon-entry <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### STRUCT EphyIconEntry ##### --> +<para> + +</para> + +@entry: + <!-- ##### FUNCTION ephy_icon_entry_new ##### --> <para> diff --git a/doc/reference/tmpl/ephy-location-entry.sgml b/doc/reference/tmpl/ephy-location-entry.sgml index 14a636e77..c9c7e42c6 100644 --- a/doc/reference/tmpl/ephy-location-entry.sgml +++ b/doc/reference/tmpl/ephy-location-entry.sgml @@ -1,5 +1,5 @@ <!-- ##### SECTION Title ##### --> -ephy-location-entry +EphyLocationEntry <!-- ##### SECTION Short_Description ##### --> @@ -17,6 +17,52 @@ ephy-location-entry <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### STRUCT EphyLocationEntry ##### --> +<para> + +</para> + + +<!-- ##### SIGNAL EphyLocationEntry::get-location ##### --> +<para> + +</para> + +@ephylocationentry: the object which received the signal. +@Returns: + +<!-- ##### SIGNAL EphyLocationEntry::get-title ##### --> +<para> + +</para> + +@ephylocationentry: the object which received the signal. +@Returns: + +<!-- ##### SIGNAL EphyLocationEntry::lock-clicked ##### --> +<para> + +</para> + +@ephylocationentry: the object which received the signal. + +<!-- ##### SIGNAL EphyLocationEntry::user-changed ##### --> +<para> + +</para> + +@ephylocationentry: the object which received the signal. + +<!-- ##### ARG EphyLocationEntry:secure-bg-color ##### --> +<para> + +</para> + +<!-- ##### ARG EphyLocationEntry:secure-fg-color ##### --> +<para> + +</para> + <!-- ##### FUNCTION ephy_location_entry_set_location ##### --> <para> diff --git a/doc/reference/tmpl/ephy-search-entry.sgml b/doc/reference/tmpl/ephy-search-entry.sgml index f32effffd..d0b12203a 100644 --- a/doc/reference/tmpl/ephy-search-entry.sgml +++ b/doc/reference/tmpl/ephy-search-entry.sgml @@ -1,5 +1,5 @@ <!-- ##### SECTION Title ##### --> -ephy-search-entry +EphySearchEntry <!-- ##### SECTION Short_Description ##### --> @@ -17,6 +17,20 @@ ephy-search-entry <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### STRUCT EphySearchEntry ##### --> +<para> + +</para> + + +<!-- ##### SIGNAL EphySearchEntry::search ##### --> +<para> + +</para> + +@ephysearchentry: the object which received the signal. +@arg1: + <!-- ##### FUNCTION ephy_search_entry_new ##### --> <para> |