| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GBusNameOwnerFlags | 
| Enum : | BusNameOwnerFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT : 1
			 | |
| 
		guint32 Gio.BusNameOwnerFlags.NONE : 0
			 | |
| 
		guint32 Gio.BusNameOwnerFlags.REPLACE : 2
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio Method | 
			Gio.bus_own_name_on_connection
				
				 (DBusConnection connection, String name, BusNameOwnerFlags flags, Closure name_acquired_closure, Closure name_lost_closure) 
			
				
					 : 
					guint32
					
				
			
		 Like g_bus_own_name() but takes a GDBusConnection instead of a GBusType. | 
| Gio Method | 
			Gio.bus_own_name
				
				 (BusType bus_type, String name, BusNameOwnerFlags flags, Closure bus_acquired_closure, Closure name_acquired_closure, Closure name_lost_closure) 
			
				
					 : 
					guint32
					
				
			
		 Starts acquiring name on the bus specified by bus_type and calls acquired respectively lost. |