Update API documentation.

This commit is contained in:
Matthew Barnes
2013-09-15 08:09:37 -04:00
parent 192ac20a72
commit c802b643ea
4 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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);