Add XML layout engine (WIP).

This commit is contained in:
Daiki Ueno
2011-01-26 19:17:32 +09:00
parent b22858f9cf
commit 0dd37a39b9
4 changed files with 610 additions and 0 deletions

13
eek/eek-xml.h Normal file
View 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 */