19 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			299 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								/* -*- Mode: C; c-basic-offset: 4 -*- */
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								headers
							 | 
						||
| 
								 | 
							
								#include <Python.h>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								#include "pygobject.h"
							 | 
						||
| 
								 | 
							
								#include "sugar-key-grabber.h"
							 | 
						||
| 
								 | 
							
								#include "sugar-audio-manager.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								modulename extensions
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								import gobject.GObject as PyGObject_Type
							 | 
						||
| 
								 | 
							
								import gtk.Entry as PyGtkEntry_Type
							 | 
						||
| 
								 | 
							
								%%
							 | 
						||
| 
								 | 
							
								ignore-glob
							 | 
						||
| 
								 | 
							
								  *_get_type
							 | 
						||
| 
								 | 
							
								  _*
							 |