| Import line: | Gio = imports.gi.Gio; | 
| GIR File: | Gio-2.0.gir | 
| C documentation: | GFileQueryInfoFlags | 
| Enum : | FileQueryInfoFlags | 
| Properties | |
|---|---|
| 
		guint32 Gio.FileQueryInfoFlags.NOFOLLOW_SYMLINKS : 1
			 | |
| 
		guint32 Gio.FileQueryInfoFlags.NONE : 0
			 | |
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| Gio.File Method | 
			enumerate_children
				
				 (String attributes, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					Gio.FileEnumerator
					
				
			
		 Gets the requested information about the files in a directory. | 
| Gio.File Method | 
			enumerate_children_async
				
				 (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously gets the requested information about the files in a directory. | 
| Gio.File Method | Utility function to inspect the GFileType of a file. | 
| Gio.File Method | Gets the requested information about specified file. | 
| Gio.File Method | 
			query_info_async
				
				 (String attributes, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously gets the requested information about specified file. | 
| Gio.File Method | 
			set_attribute
				
				 (String attribute, FileAttributeType type, void* value_p, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets an attribute in the file with attribute name attribute to value. | 
| Gio.File Method | 
			set_attribute_byte_string
				
				 (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets attribute of type G_FILE_ATTRIBUTE_TYPE_BYTE_STRING to value. | 
| Gio.File Method | 
			set_attribute_int32
				
				 (String attribute, gint32 value, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets attribute of type G_FILE_ATTRIBUTE_TYPE_INT32 to value. | 
| Gio.File Method | 
			set_attribute_int64
				
				 (String attribute, gint64 value, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets attribute of type G_FILE_ATTRIBUTE_TYPE_INT64 to value. | 
| Gio.File Method | 
			set_attribute_string
				
				 (String attribute, String value, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets attribute of type G_FILE_ATTRIBUTE_TYPE_STRING to value. | 
| Gio.File Method | 
			set_attribute_uint32
				
				 (String attribute, guint32 value, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets attribute of type G_FILE_ATTRIBUTE_TYPE_UINT32 to value. | 
| Gio.File Method | 
			set_attribute_uint64
				
				 (String attribute, guint64 value, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Sets attribute of type G_FILE_ATTRIBUTE_TYPE_UINT64 to value. | 
| Gio.File Method | 
			set_attributes_async
				
				 (FileInfo info, FileQueryInfoFlags flags, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) 
			
				
					 : 
					none
					
				
			
		 Asynchronously sets the attributes of file with info. | 
| Gio.File Method | 
			set_attributes_from_info
				
				 (FileInfo info, FileQueryInfoFlags flags, Cancellable cancellable) 
			
				
					 : 
					gboolean
					
				
			
		 Tries to set all attributes in the GFileInfo on the target values, not stopping on the first error. |