| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GDBusCallFlags | 
| Enum : | DBusCallFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.DBusCallFlags.NONE : 0
			 | |
| 
		guint32 Gio.DBusCallFlags.NO_AUTO_START : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.DBusConnection Method | 
			call
				
				 (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously invokes the method_name method on the If connection is closed then the operation will fail with G_IO_ERROR_CLOSED. | 
| Gio.DBusConnection Method | 
			call_sync
				
				 (String bus_name, String object_path, String interface_name, String method_name, Variant parameters, VariantType reply_type, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable) 
			
				
					 : 
					GLib.Variant
					
				
			
		 Synchronously invokes the method_name method on the If connection is closed then the operation will fail with G_IO_ERROR_CLOSED. | 
| Gio.DBusProxy Method | 
			call
				
				 (String method_name, Variant parameters, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously invokes the method_name method on proxy. | 
| Gio.DBusProxy Method | 
			call_sync
				
				 (String method_name, Variant parameters, DBusCallFlags flags, gint32 timeout_msec, Cancellable cancellable) 
			
				
					 : 
					GLib.Variant
					
				
			
		 Synchronously invokes the method_name method on proxy. |