epiphany r8558 - in trunk/doc/reference: . tmpl



Author: diegoe
Date: Mon Sep 29 05:54:00 2008
New Revision: 8558
URL: http://svn.gnome.org/viewvc/epiphany?rev=8558&view=rev

Log:
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

Added:
   trunk/doc/reference/tmpl/ephy-location-entry.sgml
Modified:
   trunk/doc/reference/Makefile.am
   trunk/doc/reference/epiphany-docs.sgml
   trunk/doc/reference/epiphany-sections.txt
   trunk/doc/reference/tmpl/EphySingle.sgml
   trunk/doc/reference/tmpl/ephy-embed.sgml
   trunk/doc/reference/tmpl/epiphany-unused.sgml

Modified: trunk/doc/reference/Makefile.am
==============================================================================
--- trunk/doc/reference/Makefile.am	(original)
+++ trunk/doc/reference/Makefile.am	Mon Sep 29 05:54:00 2008
@@ -42,7 +42,6 @@
 	ephy-stock-icons.h \
 	ephy-string.h \
 	ephy-zoom.h \
-	ephy-location-entry.h \
 	ephy-node-view.h \
 	ephy-search-entry.h \
 	ephy-spinner.h \

Modified: trunk/doc/reference/epiphany-docs.sgml
==============================================================================
--- trunk/doc/reference/epiphany-docs.sgml	(original)
+++ trunk/doc/reference/epiphany-docs.sgml	Mon Sep 29 05:54:00 2008
@@ -19,6 +19,7 @@
     <xi:include href="xml/ephy-node-db.xml"/>
     <xi:include href="xml/ephy-glade.xml"/>
     <xi:include href="xml/ephy-extensions-manager.xml"/>
+    <xi:include href="xml/ephy-location-entry.xml"/>
   </chapter>
   <chapter>
     <title>Incomplete</title>

Modified: trunk/doc/reference/epiphany-sections.txt
==============================================================================
--- trunk/doc/reference/epiphany-sections.txt	(original)
+++ trunk/doc/reference/epiphany-sections.txt	Mon Sep 29 05:54:00 2008
@@ -321,3 +321,23 @@
 EPHY_CONTENT_POLICY_CLASSNAME
 EPHY_CONTENT_POLICY_CID
 </SECTION>
+
+<SECTION>
+<FILE>ephy-location-entry</FILE>
+ephy_location_entry_set_location
+ephy_location_entry_get_location
+ephy_location_entry_get_can_undo
+ephy_location_entry_get_can_redo
+ephy_location_entry_get_entry
+ephy_location_entry_get_regex
+ephy_location_entry_activate
+ephy_location_entry_reset
+ephy_location_entry_undo_reset
+ephy_location_entry_set_favicon
+ephy_location_entry_set_secure
+ephy_location_entry_set_show_lock
+ephy_location_entry_set_lock_stock
+ephy_location_entry_set_lock_tooltip
+ephy_location_entry_set_completion
+ephy_location_entry_set_match_func
+</SECTION>

Modified: trunk/doc/reference/tmpl/EphySingle.sgml
==============================================================================
--- trunk/doc/reference/tmpl/EphySingle.sgml	(original)
+++ trunk/doc/reference/tmpl/EphySingle.sgml	Mon Sep 29 05:54:00 2008
@@ -22,7 +22,7 @@
 
 </para>
 
- aHistory: 
+ aOwner: 
 @Returns: 
 
 

Modified: trunk/doc/reference/tmpl/ephy-embed.sgml
==============================================================================
--- trunk/doc/reference/tmpl/ephy-embed.sgml	(original)
+++ trunk/doc/reference/tmpl/ephy-embed.sgml	Mon Sep 29 05:54:00 2008
@@ -174,6 +174,14 @@
 @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 @@
 @: 
 @: 
 @: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
-@: 
 @:
 @Param2: 
 
@@ -272,6 +266,7 @@
 @dom_mouse_down: 
 @dom_content_loaded: 
 @popup_blocked: 
+ zoom_change: 
 @content_blocked: 
 @modal_alert: 
 @modal_alert_closed: 
@@ -282,8 +277,14 @@
 @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 @@
 @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 @@
 @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 @@
 @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 @@
 @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 @@
 @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 @@
 @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 @@
 @encoding: 
 
 
+<!-- ##### FUNCTION ephy_embed_print ##### -->
+<para>
+
+</para>
+
+ embed: 
+
+
 <!-- ##### FUNCTION ephy_embed_print_preview_n_pages ##### -->
 <para>
 

Added: trunk/doc/reference/tmpl/ephy-location-entry.sgml
==============================================================================
--- (empty file)
+++ trunk/doc/reference/tmpl/ephy-location-entry.sgml	Mon Sep 29 05:54:00 2008
@@ -0,0 +1,171 @@
+<!-- ##### SECTION Title ##### -->
+ephy-location-entry
+
+<!-- ##### SECTION Short_Description ##### -->
+
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_location ##### -->
+<para>
+
+</para>
+
+ entry: 
+ address: 
+ typed_address: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_get_location ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_get_can_undo ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_get_can_redo ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_get_entry ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_get_regex ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_activate ##### -->
+<para>
+
+</para>
+
+ entry: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_reset ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_undo_reset ##### -->
+<para>
+
+</para>
+
+ entry: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_favicon ##### -->
+<para>
+
+</para>
+
+ entry: 
+ pixbuf: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_secure ##### -->
+<para>
+
+</para>
+
+ entry: 
+ secure: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_show_lock ##### -->
+<para>
+
+</para>
+
+ entry: 
+ show_lock: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_lock_stock ##### -->
+<para>
+
+</para>
+
+ entry: 
+ stock_id: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_lock_tooltip ##### -->
+<para>
+
+</para>
+
+ entry: 
+ tooltip: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_completion ##### -->
+<para>
+
+</para>
+
+ entry: 
+ model: 
+ text_col: 
+ action_col: 
+ keywords_col: 
+ relevance_col: 
+ url_col: 
+ extra_col: 
+ favicon_col: 
+
+
+<!-- ##### FUNCTION ephy_location_entry_set_match_func ##### -->
+<para>
+
+</para>
+
+ entry: 
+ match_func: 
+ user_data: 
+ notify: 
+
+

Modified: trunk/doc/reference/tmpl/epiphany-unused.sgml
==============================================================================
--- trunk/doc/reference/tmpl/epiphany-unused.sgml	(original)
+++ trunk/doc/reference/tmpl/epiphany-unused.sgml	Mon Sep 29 05:54:00 2008
@@ -1,25 +1,25 @@
-<!-- ##### SECTION ./tmpl/EphySingle.sgml:Long_Description ##### -->
+<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Long_Description ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### SECTION ./tmpl/EphySingle.sgml:See_Also ##### -->
+<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:See_Also ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### SECTION ./tmpl/EphySingle.sgml:Short_Description ##### -->
+<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Short_Description ##### -->
 
 
 
-<!-- ##### SECTION ./tmpl/EphySingle.sgml:Stability_Level ##### -->
+<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Stability_Level ##### -->
 
 
 
-<!-- ##### SECTION ./tmpl/EphySingle.sgml:Title ##### -->
-EphySingle
+<!-- ##### SECTION ./tmpl/ephy-icon-entry.sgml:Title ##### -->
+EphyIconEntry
 
 
 <!-- ##### SECTION ./tmpl/ephy-tab.sgml:Long_Description ##### -->
@@ -74,44 +74,54 @@
 mozilla-embed-event
 
 
-<!-- ##### FUNCTION Detach ##### -->
+<!-- ##### MACRO EPHY_EMBED_SINGLE_IFACE ##### -->
 <para>
 
 </para>
 
- Returns: 
+ k: 
 
-<!-- ##### MACRO EPHY_CONTENT_POLICY_CID ##### -->
+<!-- ##### MACRO EPHY_ICON_ENTRY ##### -->
 <para>
 
 </para>
 
+ object: 
 
-<!-- ##### MACRO EPHY_CONTENT_POLICY_CLASSNAME ##### -->
+<!-- ##### MACRO EPHY_ICON_ENTRY_CLASS ##### -->
 <para>
 
 </para>
 
+ klass: 
 
-<!-- ##### MACRO EPHY_CONTENT_POLICY_CONTRACTID ##### -->
+<!-- ##### MACRO EPHY_ICON_ENTRY_GET_CLASS ##### -->
 <para>
 
 </para>
 
+ obj: 
 
-<!-- ##### MACRO EPHY_EMBED_SINGLE_IFACE ##### -->
+<!-- ##### MACRO EPHY_IS_EMBED_SINGLE_IFACE ##### -->
 <para>
 
 </para>
 
 @k: 
 
-<!-- ##### MACRO EPHY_IS_EMBED_SINGLE_IFACE ##### -->
+<!-- ##### MACRO EPHY_IS_ICON_ENTRY ##### -->
 <para>
 
 </para>
 
- k: 
+ object: 
+
+<!-- ##### MACRO EPHY_IS_ICON_ENTRY_CLASS ##### -->
+<para>
+
+</para>
+
+ klass: 
 
 <!-- ##### MACRO EPHY_SHELL_ERROR ##### -->
 <para>
@@ -125,6 +135,12 @@
 </para>
 
 
+<!-- ##### MACRO EPHY_TYPE_ICON_ENTRY ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### ENUM EmbedPersistFlags ##### -->
 <para>
 Determines how the #EphyEmbedPersist should act.
@@ -205,15 +221,6 @@
 @aSubject: 
 @Returns: 
 
-<!-- ##### FUNCTION EmitPermissionNotification ##### -->
-<para>
-
-</para>
-
- name: 
- aSubject: 
- Returns: 
-
 <!-- ##### ENUM EphyCookieP3PPolicy ##### -->
 <para>
 
@@ -486,14 +493,6 @@
 </para>
 
 
-<!-- ##### FUNCTION Init ##### -->
-<para>
-
-</para>
-
- aHistory: 
- Returns: 
-
 <!-- ##### FUNCTION ephy_embed_activate ##### -->
 <para>
 
@@ -621,6 +620,23 @@
 @domain: 
 @Returns: 
 
+<!-- ##### FUNCTION ephy_icon_entry_get_entry ##### -->
+<para>
+
+</para>
+
+ entry: 
+ Returns: 
+
+<!-- ##### FUNCTION ephy_icon_entry_pack_widget ##### -->
+<para>
+
+</para>
+
+ entry: 
+ widget: 
+ start: 
+
 <!-- ##### FUNCTION ephy_node_db_get_by_name ##### -->
 <para>
 
@@ -935,14 +951,6 @@
 @window: 
 @enabled: 
 
-<!-- ##### FUNCTION mozilla_cookie_to_ephy_cookie ##### -->
-<para>
-
-</para>
-
- cookie: 
- Returns: 
-
 <!-- ##### FUNCTION mozilla_embed_event_new ##### -->
 <para>
 
@@ -960,11 +968,3 @@
 @name: 
 @value: 
 
-<!-- ##### FUNCTION mozilla_permission_to_ephy_permission ##### -->
-<para>
-
-</para>
-
- perm: 
- Returns: 
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]