| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GDBusCapabilityFlags | 
| Enum : | DBusCapabilityFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.DBusCapabilityFlags.NONE : 0
			 | |
| 
		guint32 Gio.DBusCapabilityFlags.UNIX_FD_PASSING : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.DBusConnection Property | 
				capabilities : Gio.DBusCapabilityFlags 
                 read only  
                     
			 Flags from the GDBusCapabilityFlags enumeration representing connection features negotiated with the other peer. | 
| Gio.DBusConnection Method | 
			get_capabilities
				
				 () 
			
				
					 : 
					Gio.DBusCapabilityFlags
					
				
			
		 Gets the capabilities negotiated with the remote peer | 
| Gio.DBusMessage Method | 
			new  Gio.DBusMessage.from_blob
				
				 (guint8 blob, guint32 blob_len, DBusCapabilityFlags capabilities) 
			
				
					 : 
					Gio.DBusMessage
					
				
			
		 Create a new Gio.DBusMessage | 
| Gio.DBusMessage Method | Serializes message to a blob. |