mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	Try to use source_path consistently
This commit is contained in:
		
							parent
							
								
									1e4e4ef185
								
							
						
					
					
						commit
						f268cdfda6
					
				
					 8 changed files with 28 additions and 28 deletions
				
			
		| 
						 | 
				
			
			@ -51,7 +51,7 @@ typedef enum {
 | 
			
		|||
/**
 | 
			
		||||
 * PinosSourceInfo:
 | 
			
		||||
 * @id: generic id of the source
 | 
			
		||||
 * @path: the unique path of the source, suitable for connecting
 | 
			
		||||
 * @source_path: the unique path of the source, suitable for connecting
 | 
			
		||||
 * @name: name the source, suitable for display
 | 
			
		||||
 * @properties: the properties of the source
 | 
			
		||||
 * @state: the current state of the source
 | 
			
		||||
| 
						 | 
				
			
			@ -61,7 +61,7 @@ typedef enum {
 | 
			
		|||
 */
 | 
			
		||||
typedef struct {
 | 
			
		||||
  gpointer id;
 | 
			
		||||
  const char *path;
 | 
			
		||||
  const char *source_path;
 | 
			
		||||
  const char *name;
 | 
			
		||||
  GVariant *properties;
 | 
			
		||||
  PinosSourceState state;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue