| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GDBusSendMessageFlags | 
| Enum : | DBusSendMessageFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.DBusSendMessageFlags.NONE : 0
			 | |
| 
		guint32 Gio.DBusSendMessageFlags.PRESERVE_SERIAL : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.DBusConnection Method | Asynchronously sends message to the peer represented by connection. | 
| Gio.DBusConnection Method | 
			send_message_with_reply
				
				 (DBusMessage message, DBusSendMessageFlags flags, gint32 timeout_msec, guint32 out_serial, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously sends message to the peer represented by connection. | 
| Gio.DBusConnection Method | 
			send_message_with_reply_sync
				
				 (DBusMessage message, DBusSendMessageFlags flags, gint32 timeout_msec, guint32 out_serial, Cancellable cancellable) 
			
				
					 : 
					Gio.DBusMessage
					
				
			
		 Synchronously sends message to the peer represented by connection and blocks the calling thread until a reply is received or the timeout is reached. |