mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	* Make typdefs for the pa_context callback prototypes
* s/pa_context_notify_cb/pa_context_notify_cb_t/g git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@521 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									b36ed4d23a
								
							
						
					
					
						commit
						4566d56e31
					
				
					 7 changed files with 31 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -59,8 +59,8 @@ struct pa_context {
 | 
			
		|||
    uint32_t csyncid;
 | 
			
		||||
    uint32_t error;
 | 
			
		||||
    pa_context_state_t state;
 | 
			
		||||
    
 | 
			
		||||
    void (*state_callback)(pa_context*c, void *userdata);
 | 
			
		||||
 | 
			
		||||
    pa_context_notify_cb_t state_callback;
 | 
			
		||||
    void *state_userdata;
 | 
			
		||||
 | 
			
		||||
    void (*subscribe_callback)(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue