| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GConverterResult | 
| Enum : | ConverterResult | 
| Properties | |
|---|---|
| 
		guint32 Gio.ConverterResult.CONVERTED : 1
			 | |
| 
		guint32 Gio.ConverterResult.ERROR : 0
			 | |
| 
		guint32 Gio.ConverterResult.FINISHED : 2
			 | |
| 
		guint32 Gio.ConverterResult.FLUSHED : 3
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.Converter Method | 
			convert
				
				 (String inbuf, guint32 inbuf_size, void* outbuf, guint32 outbuf_size, ConverterFlags flags, Object out_values) 
			
				
					 : 
					Gio.ConverterResult
					
				
			
		 This is the main operation used when converting data. |