| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GDBusServerFlags | 
| Enum : | DBusServerFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.DBusServerFlags.AUTHENTICATION_ALLOW_ANONYMOUS : 2
			 | |
| 
		guint32 Gio.DBusServerFlags.NONE : 0
			 | |
| 
		guint32 Gio.DBusServerFlags.RUN_IN_THREAD : 1
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.DBusServer Property | 
				flags : Gio.DBusServerFlags 
                   
                     
			 Flags from the GDBusServerFlags enumeration. | 
| Gio.DBusServer Method | 
			new  Gio.DBusServer.sync
				
				 (String address, DBusServerFlags flags, String guid, DBusAuthObserver observer, Cancellable cancellable) 
			
				
					 : 
					Gio.DBusServer
					
				
			
		 Create a new Gio.DBusServer | 
| Gio.DBusServer Method | 
			get_flags
				
				 () 
			
				
					 : 
					Gio.DBusServerFlags
					
				
			
		 Gets the flags for server. |