mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
include/common/xml.h: fix declaration/definition arg name difference
This commit is contained in:
parent
60d536304b
commit
c8581b3fed
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
* </action>
|
* </action>
|
||||||
* </keybind>
|
* </keybind>
|
||||||
*/
|
*/
|
||||||
void lab_xml_expand_dotted_attributes(xmlNode *root);
|
void lab_xml_expand_dotted_attributes(xmlNode *parent);
|
||||||
|
|
||||||
/* Returns true if the node only contains a string or is empty */
|
/* Returns true if the node only contains a string or is empty */
|
||||||
bool lab_xml_node_is_leaf(xmlNode *node);
|
bool lab_xml_node_is_leaf(xmlNode *node);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue