[evolution] Update API documentation.



commit c802b643ead042a536e0e3ccd4ecf2fbbd07b9a2
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Sep 15 08:09:37 2013 -0400

    Update API documentation.

 .../evolution-mail-formatter-sections.txt          |    1 +
 .../evolution-util/evolution-util-sections.txt     |    1 +
 e-util/e-web-view.c                                |    4 ++--
 e-util/e-web-view.h                                |    2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt 
b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt
index 98285ab..9429d79 100644
--- a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt
+++ b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt
@@ -52,6 +52,7 @@ e_mail_formatter_format
 e_mail_formatter_format_finish
 e_mail_formatter_format_as
 e_mail_formatter_format_text
+e_mail_formatter_get_sub_html_header
 e_mail_formatter_get_html_header
 e_mail_formatter_get_extension_registry
 e_mail_formatter_get_text_format_flags
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt 
b/doc/reference/evolution-util/evolution-util-sections.txt
index c81262e..c7cd9fc 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -4417,6 +4417,7 @@ e_web_view_cursor_image_save
 e_web_view_request
 e_web_view_request_finish
 e_web_view_install_request_handler
+e_web_view_add_css_rule_into_style_sheet
 <SUBSECTION Standard>
 E_WEB_VIEW
 E_IS_WEB_VIEW
diff --git a/e-util/e-web-view.c b/e-util/e-web-view.c
index 668b395..b4eb5e4 100644
--- a/e-util/e-web-view.c
+++ b/e-util/e-web-view.c
@@ -3439,8 +3439,8 @@ add_css_rule_into_style_sheet_recursive (WebKitDOMDocument *document,
  * Insert new CSS rule (defined with @selector and @style) into CSS style sheet
  * with given @style_sheet_id. If style sheet doesn't exist, it's created.
  *
- * The rule is inserted to every DOM document that is in page. That means also into
- * DOM documents inside iframe elements.
+ * The rule is inserted to every DOM document that is in page. That means also
+ * into DOM documents inside iframe elements.
  **/
 void
 e_web_view_add_css_rule_into_style_sheet (EWebView *view,
diff --git a/e-util/e-web-view.h b/e-util/e-web-view.h
index 51826a7..e01a635 100644
--- a/e-util/e-web-view.h
+++ b/e-util/e-web-view.h
@@ -199,7 +199,7 @@ void                e_web_view_install_request_handler
                                                (EWebView *web_view,
                                                 GType handler_type);
 void           e_web_view_add_css_rule_into_style_sheet
-                                               (EWebView *view,
+                                               (EWebView *web_view,
                                                 const gchar *style_sheet_id,
                                                 const gchar *selector,
                                                 const gchar *style);


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