Add XML layout engine (WIP).
This commit is contained in:
13
eek/eek-xml.h
Normal file
13
eek/eek-xml.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef EEK_XML_H
|
||||
#define EEK_XML_H 1
|
||||
|
||||
#include <glib-object.h>
|
||||
#include "eek-keyboard.h"
|
||||
#include "eek-xml-layout.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
void eek_keyboard_print (EekKeyboard *keyboard, gint indent);
|
||||
|
||||
G_END_DECLS
|
||||
#endif /* EEK_XML_H */
|
||||
Reference in New Issue
Block a user