mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-01 08:52:18 +01:00 
			
		
		
		
	docs: Clarify how to unset a GFileInfo attribute
https://bugzilla.gnome.org/show_bug.cgi?id=592666
This commit is contained in:
		
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			
						parent
						
							500aafd099
						
					
				
				
					commit
					3e7f42654f
				
			| @@ -1109,7 +1109,8 @@ _g_file_info_set_attribute_by_id (GFileInfo                 *info, | ||||
|  * @type: a #GFileAttributeType | ||||
|  * @value_p: pointer to the value | ||||
|  * | ||||
|  * Sets the @attribute to contain the given value, if possible. | ||||
|  * Sets the @attribute to contain the given value, if possible. To unset the | ||||
|  * attribute, use %G_ATTRIBUTE_TYPE_INVALID for @type. | ||||
|  **/ | ||||
| void | ||||
| g_file_info_set_attribute (GFileInfo                 *info, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user