mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
Make append_actions() public
Also rename it to append_parsed_actions()
This commit is contained in:
parent
2f183cdcb6
commit
bfaab101af
2 changed files with 15 additions and 10 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <libxml/tree.h>
|
||||
|
||||
#include "common/border.h"
|
||||
#include "common/buf.h"
|
||||
|
|
@ -196,4 +197,10 @@ void rcxml_parse_xml(struct buf *b);
|
|||
void rcxml_read(const char *filename);
|
||||
void rcxml_finish(void);
|
||||
|
||||
/*
|
||||
* Parse the child <action> nodes and append them to the list.
|
||||
* FIXME: move this function to somewhere else.
|
||||
*/
|
||||
void append_parsed_actions(xmlNode *node, struct wl_list *list);
|
||||
|
||||
#endif /* LABWC_RCXML_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue