18 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			233 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								/* -*- Mode: C; c-basic-offset: 4 -*- */
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								headers
							 | 
						||
| 
								 | 
							
								#include <Python.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include "pygobject.h"
							 | 
						||
| 
								 | 
							
								#include "sugar-key-grabber.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								modulename globalkeys
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								import gobject.GObject as PyGObject_Type
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								ignore-glob
							 | 
						||
| 
								 | 
							
								  *_get_type
							 | 
						||
| 
								 | 
							
								  _*
							 | 
						||
| 
								 | 
							
								%%
							 |