mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Use types with known sizes where we can, easier to serialize
Add iterator for POD and use it to implement some demarshalling.
This commit is contained in:
		
							parent
							
								
									23d09d5b60
								
							
						
					
					
						commit
						f92b68c3c3
					
				
					 77 changed files with 839 additions and 695 deletions
				
			
		| 
						 | 
				
			
			@ -24,7 +24,7 @@ extern const SpaHandleFactory spa_volume_factory;
 | 
			
		|||
 | 
			
		||||
SpaResult
 | 
			
		||||
spa_enum_handle_factory (const SpaHandleFactory **factory,
 | 
			
		||||
                         unsigned int             index)
 | 
			
		||||
                         uint32_t                 index)
 | 
			
		||||
{
 | 
			
		||||
  if (factory == NULL)
 | 
			
		||||
    return SPA_RESULT_INVALID_ARGUMENTS;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue