14 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
#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 */
 |