28 lines
		
	
	
		
			514 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			514 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* -*- Mode: C; c-basic-offset: 4 -*- */
 | |
| %%
 | |
| headers
 | |
| #include <Python.h>
 | |
| 
 | |
| #include "pygobject.h"
 | |
| #include "sugar-browser.h"
 | |
| #include "sugar-key-grabber.h"
 | |
| #include "sugar-address-entry.h"
 | |
| #include "sugar-tray-manager.h"
 | |
| #include "sugar-push-scroller.h"
 | |
| 
 | |
| %%
 | |
| modulename gecko
 | |
| %%
 | |
| ignore
 | |
| sugar_tray_manager_new
 | |
| %%
 | |
| import gobject.GObject as PyGObject_Type
 | |
| import gtk.Entry as PyGtkEntry_Type
 | |
| import gtkmozembed.MozEmbed as PyGtkMozEmbed_Type
 | |
| import gtk.gdk.Screen as PyGdkScreen_Type
 | |
| %%
 | |
| ignore-glob
 | |
|   *_get_type
 | |
|   _*
 | |
| %%
 | 
