mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	* modify pa_context_exit_daemon() to return a pa_operation object
* add callback prototypes to all introspection functions in client lib * add proper validity checking and error handling to all functions in the client lib * other minor cleanups * todo update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@531 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									98cb6aa4a3
								
							
						
					
					
						commit
						71b3bff681
					
				
					 20 changed files with 784 additions and 515 deletions
				
			
		| 
						 | 
				
			
			@ -95,10 +95,10 @@ void pa_context_disconnect(pa_context *c);
 | 
			
		|||
/** Drain the context. If there is nothing to drain, the function returns NULL */
 | 
			
		||||
pa_operation* pa_context_drain(pa_context *c, pa_context_notify_cb_t cb, void *userdata);
 | 
			
		||||
 | 
			
		||||
/** Tell the daemon to exit. No operation object is returned as the
 | 
			
		||||
 * connection is terminated when the daemon quits, thus this operation
 | 
			
		||||
 * would never complete. */
 | 
			
		||||
void pa_context_exit_daemon(pa_context *c);
 | 
			
		||||
/** Tell the daemon to exit. The returned operation is unlikely to
 | 
			
		||||
 * complete succesfully, since the daemon probably died before
 | 
			
		||||
 * returning a success notification */
 | 
			
		||||
pa_operation* pa_context_exit_daemon(pa_context *c, pa_context_success_cb_t cb, void *userdata);
 | 
			
		||||
 | 
			
		||||
/** Set the name of the default sink. \since 0.4 */
 | 
			
		||||
pa_operation* pa_context_set_default_sink(pa_context *c, const char *name, pa_context_success_cb_t cb, void *userdata);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue