| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GTlsRehandshakeMode | 
| Enum : | TlsRehandshakeMode | 
| Properties | |
|---|---|
| 
		guint32 Gio.TlsRehandshakeMode.NEVER : 0
			 | |
| 
		guint32 Gio.TlsRehandshakeMode.SAFELY : 1
			 | |
| 
		guint32 Gio.TlsRehandshakeMode.UNSAFELY : 2
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.TlsConnection Property | 
				rehandshake_mode : Gio.TlsRehandshakeMode 
                   
                     
			 The rehandshaking mode. | 
| Gio.TlsConnection Method | 
			get_rehandshake_mode
				
				 () 
			
				
					 : 
					Gio.TlsRehandshakeMode
					
				
			
		 Gets conn rehandshaking mode. | 
| Gio.TlsConnection Method | 
			set_rehandshake_mode
				
				 (TlsRehandshakeMode mode) 
			
				
					 : 
					none
					
				
			
		 Sets how conn behaves with respect to rehandshaking requests. |