mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pw_core -> pw_context
The proxy API is the one that we would like to expose for applications and the other API is used internally when implementing modules or factories. The current pw_core object is really a context for all objects so name it that way. It also makes it possible to rename pw_core_proxy to pw_proxy later.
This commit is contained in:
		
							parent
							
								
									42103a8218
								
							
						
					
					
						commit
						8ea78c2e3f
					
				
					 113 changed files with 905 additions and 906 deletions
				
			
		| 
						 | 
				
			
			@ -70,7 +70,7 @@ pw_protocol_native_connection_add_listener(struct pw_protocol_native_connection
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
struct pw_protocol_native_connection *
 | 
			
		||||
pw_protocol_native_connection_new(struct pw_core *core, int fd);
 | 
			
		||||
pw_protocol_native_connection_new(struct pw_context *context, int fd);
 | 
			
		||||
 | 
			
		||||
int pw_protocol_native_connection_set_fd(struct pw_protocol_native_connection *conn, int fd);
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue