mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	doc: Fix minor copy-pasto in impl-module
This commit is contained in:
		
							parent
							
								
									672223d055
								
							
						
					
					
						commit
						ffb7893f20
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -88,7 +88,7 @@ struct pw_context * pw_impl_module_get_context(struct pw_impl_module *module);
 | 
				
			||||||
/** Get the global of a module */
 | 
					/** Get the global of a module */
 | 
				
			||||||
struct pw_global * pw_impl_module_get_global(struct pw_impl_module *module);
 | 
					struct pw_global * pw_impl_module_get_global(struct pw_impl_module *module);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Get the node properties */
 | 
					/** Get the module properties */
 | 
				
			||||||
const struct pw_properties *pw_impl_module_get_properties(struct pw_impl_module *module);
 | 
					const struct pw_properties *pw_impl_module_get_properties(struct pw_impl_module *module);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** Update the module properties */
 | 
					/** Update the module properties */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue