mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	simplify tagstruct creation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@573 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									57713350d7
								
							
						
					
					
						commit
						cb59817b4a
					
				
					 6 changed files with 74 additions and 127 deletions
				
			
		| 
						 | 
				
			
			@ -164,6 +164,8 @@ void pa_stream_set_state(pa_stream *s, pa_stream_state_t st);
 | 
			
		|||
 | 
			
		||||
void pa_stream_trash_ipol(pa_stream *s);
 | 
			
		||||
 | 
			
		||||
pa_tagstruct *pa_tagstruct_command(pa_context *c, uint32_t command, uint32_t *tag);
 | 
			
		||||
 | 
			
		||||
#define PA_CHECK_VALIDITY(context, expression, error) do { \
 | 
			
		||||
        if (!(expression)) \
 | 
			
		||||
            return -pa_context_set_error((context), (error)); \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue