| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GDBusProxyFlags | 
| Enum : | DBusProxyFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.DBusProxyFlags.DO_NOT_AUTO_START : 4
			 | |
| 
		guint32 Gio.DBusProxyFlags.DO_NOT_CONNECT_SIGNALS : 2
			 | |
| 
		guint32 Gio.DBusProxyFlags.DO_NOT_LOAD_PROPERTIES : 1
			 | |
| 
		guint32 Gio.DBusProxyFlags.NONE : 0
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.DBusProxy Property | 
				g_flags : Gio.DBusProxyFlags 
                   
                     
			 Flags from the GDBusProxyFlags enumeration. | 
| Gio.DBusProxy Method | 
			new  Gio.DBusProxy.for_bus_sync
				
				 (BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable) 
			
				
					 : 
					Gio.DBusProxy
					
				
			
		 Create a new Gio.DBusProxy | 
| Gio.DBusProxy Method | 
			new  Gio.DBusProxy.sync
				
				 (DBusConnection connection, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable) 
			
				
					 : 
					Gio.DBusProxy
					
				
			
		 Create a new Gio.DBusProxy | 
| Gio.DBusProxy Method | 
			Gio.DBusProxy.c_new
				
				 (DBusConnection connection, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Creates a proxy for accessing interface_name on the remote object at object_path owned by name at connection and asynchronously loads D-Bus properties unless the G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES flag is used. | 
| Gio.DBusProxy Method | 
			Gio.DBusProxy.new_for_bus
				
				 (BusType bus_type, DBusProxyFlags flags, DBusInterfaceInfo info, String name, String object_path, String interface_name, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Like g_dbus_proxy_new() but takes a GBusType instead of a GDBusConnection. | 
| Gio.DBusProxy Method | 
			get_flags
				
				 () 
			
				
					 : 
					Gio.DBusProxyFlags
					
				
			
		 Gets the flags that proxy was constructed with. |