mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
src/rcxml.c: parse <keybind>
This commit is contained in:
parent
f6578248c0
commit
158f42d1e8
11 changed files with 108 additions and 50 deletions
|
|
@ -35,7 +35,6 @@ int main(int argc, char **argv)
|
|||
plan(1);
|
||||
diag("Parse simple rc.xml and read nodenames");
|
||||
|
||||
rcxml_init();
|
||||
rcxml_get_nodenames(&actual);
|
||||
rcxml_parse_xml(&source);
|
||||
printf("%s\n", actual.buf);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue