mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 08:22:16 +01:00 
			
		
		
		
	Clean up docs and example for GAsyncResult (#508074)
2008-01-14 Alexander Larsson <alexl@redhat.com> * gasyncresult.c: Clean up docs and example for GAsyncResult (#508074) svn path=/trunk/; revision=6303
This commit is contained in:
		
				
					committed by
					
						 Alexander Larsson
						Alexander Larsson
					
				
			
			
				
	
			
			
			
						parent
						
							0146e89d99
						
					
				
				
					commit
					2a5748310b
				
			| @@ -1,3 +1,8 @@ | |||||||
|  | 2008-01-14  Alexander Larsson  <alexl@redhat.com> | ||||||
|  |  | ||||||
|  |         * gasyncresult.c: | ||||||
|  | 	Clean up docs and example for GAsyncResult (#508074) | ||||||
|  |  | ||||||
| 2008-01-11  Murray Cumming  <murrayc@murrayc.com> | 2008-01-11  Murray Cumming  <murrayc@murrayc.com> | ||||||
|  |  | ||||||
| 	* gfile.c: Clarify the sentence about GAsyncReadyCallback,  | 	* gfile.c: Clarify the sentence about GAsyncReadyCallback,  | ||||||
|   | |||||||
| @@ -83,7 +83,6 @@ | |||||||
|  * |  * | ||||||
|  *   /<!-- -->* ... *<!-- -->/ |  *   /<!-- -->* ... *<!-- -->/ | ||||||
|  * |  * | ||||||
|  *   g_free (res); |  | ||||||
|  * } |  * } | ||||||
|  * |  * | ||||||
|  * int main (int argc, void *argv[]) |  * int main (int argc, void *argv[]) | ||||||
| @@ -103,8 +102,8 @@ | |||||||
|  * always called, even in the case of a cancelled operation. On cancellation |  * always called, even in the case of a cancelled operation. On cancellation | ||||||
|  * the result is a %G_IO_ERROR_CANCELLED error. |  * the result is a %G_IO_ERROR_CANCELLED error. | ||||||
|  *  |  *  | ||||||
|  * Some ascynchronous operations are implemented using synchronous call. These |  * Some ascynchronous operations are implemented using synchronous calls. These | ||||||
|  * are run in a separate #GThread has been initialized, but otherwise they |  * are run in a separate thread, if #GThread has been initialized, but otherwise they | ||||||
|  * are sent to the Main Event Loop and processed in an idle function. So, if you |  * are sent to the Main Event Loop and processed in an idle function. So, if you | ||||||
|  * truly need asynchronous operations, make sure to initialize #GThread. |  * truly need asynchronous operations, make sure to initialize #GThread. | ||||||
|  **/ |  **/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user