mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[fixup]s/property/attribute/
This commit is contained in:
parent
5510d27904
commit
e0993db702
4 changed files with 22 additions and 22 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <libxml/tree.h>
|
||||
|
||||
/*
|
||||
* Converts dotted properties into nested nodes.
|
||||
* Converts dotted attributes into nested nodes.
|
||||
* For example, the following node:
|
||||
*
|
||||
* <keybind name.action="ShowMenu" menu.action="root-menu"
|
||||
|
|
@ -24,6 +24,6 @@
|
|||
* </action>
|
||||
* </keybind>
|
||||
*/
|
||||
void lab_xml_expand_dotted_props(xmlNode *root);
|
||||
void lab_xml_expand_dotted_attributes(xmlNode *root);
|
||||
|
||||
#endif /* LABWC_XML_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue