| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GIOExtension | 
| Struct : | IOExtension | 
| None | 
| Method / Constructor | Defined By | |
|---|---|---|
| 
			get_name
				
				 () 
			
				
					 : 
					String
					
				
			
		 Gets the name under which extension was registered. 
			
				Gets the name under which extension was registered. Note that the same type may be registered as extension for multiple extension points, under different names. 
 | Gio.IOExtension | |
| 
			get_priority
				
				 () 
			
				
					 : 
					gint32
					
				
			
		 Gets the priority with which extension was registered. 
			
				Gets the priority with which extension was registered.
		    
				
			
			
			
			
			
			 
			
			
				 
 | Gio.IOExtension | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio Method | Gets the type associated with extension. | 
| Gio.IOExtensionPoint Method | 
			get_extension_by_name
				
				 (String name) 
			
				
					 : 
					Gio.IOExtension
					
				
			
		 Finds a GIOExtension for an extension point by name. |