mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Make append_actions() public
Also rename it to append_parsed_actions()
This commit is contained in:
parent
03004cf44b
commit
178ddc47d0
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"
|
||||
|
|
@ -195,4 +196,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