mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 00:12:19 +01:00 
			
		
		
		
	gio: Mark callback_data of GFileReadMoreCallback as closure
In conjunction with 77fbc10da6
https://bugzilla.gnome.org/show_bug.cgi?id=629347
			
			
This commit is contained in:
		
				
					committed by
					
						 Philip Withnall
						Philip Withnall
					
				
			
			
				
	
			
			
			
						parent
						
							b5e7e39395
						
					
				
				
					commit
					65e443da65
				
			| @@ -288,7 +288,7 @@ typedef void (*GFileProgressCallback) (goffset current_num_bytes, | ||||
|  * GFileReadMoreCallback: | ||||
|  * @file_contents: the data as currently read. | ||||
|  * @file_size: the size of the data currently read. | ||||
|  * @callback_data: data passed to the callback. | ||||
|  * @callback_data: (closure): data passed to the callback. | ||||
|  * | ||||
|  * When loading the partial contents of a file with g_file_load_partial_contents_async(), | ||||
|  * it may become necessary to determine if any more data from the file should be loaded. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user