From 89fe0e619357ddf707a2d301794b9ceb928a7836 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 23 Oct 2015 11:55:51 +0100 Subject: Make HTMLOList IDL to c name mapping consistant --- include/dom/html/html_olist_element.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'include/dom') diff --git a/include/dom/html/html_olist_element.h b/include/dom/html/html_olist_element.h index 3d1511e..ca19ad1 100644 --- a/include/dom/html/html_olist_element.h +++ b/include/dom/html/html_olist_element.h @@ -5,31 +5,31 @@ * Copyright 2009 Bo Yang * Copyright 2014 Rupinder Singh Khokhar */ -#ifndef dom_html_o_list_element_h_ -#define dom_html_o_list_element_h_ +#ifndef dom_html_olist_element_h_ +#define dom_html_olist_element_h_ #include #include #include -typedef struct dom_html_o_list_element dom_html_o_list_element; +typedef struct dom_html_olist_element dom_html_olist_element; -dom_exception dom_html_o_list_element_get_compact( - dom_html_o_list_element *ele, bool *compact); +dom_exception dom_html_olist_element_get_compact( + dom_html_olist_element *ele, bool *compact); -dom_exception dom_html_o_list_element_set_compact( - dom_html_o_list_element *ele, bool compact); +dom_exception dom_html_olist_element_set_compact( + dom_html_olist_element *ele, bool compact); -dom_exception dom_html_o_list_element_get_start( - dom_html_o_list_element *ele, int32_t *start); +dom_exception dom_html_olist_element_get_start( + dom_html_olist_element *ele, int32_t *start); -dom_exception dom_html_o_list_element_set_start( - dom_html_o_list_element *ele, uint32_t start); +dom_exception dom_html_olist_element_set_start( + dom_html_olist_element *ele, uint32_t start); -dom_exception dom_html_o_list_element_get_type( - dom_html_o_list_element *ele, dom_string **type); +dom_exception dom_html_olist_element_get_type( + dom_html_olist_element *ele, dom_string **type); -dom_exception dom_html_o_list_element_set_type( - dom_html_o_list_element *ele, dom_string *type); +dom_exception dom_html_olist_element_set_type( + dom_html_olist_element *ele, dom_string *type); #endif -- cgit v1.2.3