mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	fix snd_seq_query_next_client documentation
Fix snd_seq_query_next_client's documentation -- no name matching is actually done by ALSA.
This commit is contained in:
		
							parent
							
								
									0b4e5e095d
								
							
						
					
					
						commit
						cf73143ce8
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		| 
						 | 
					@ -1682,17 +1682,15 @@ int snd_seq_set_client_info(snd_seq_t *seq, snd_seq_client_info_t *info)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief query the next matching client
 | 
					 * \brief query the next client
 | 
				
			||||||
 * \param seq sequencer handle
 | 
					 * \param seq sequencer handle
 | 
				
			||||||
 * \param info query pattern and result
 | 
					 * \param info query pattern and result
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Queries the next matching client with the given condition in
 | 
					 * Queries the next client.
 | 
				
			||||||
 * info argument.
 | 
					 | 
				
			||||||
 * The search begins at the client with an id one greater than
 | 
					 * The search begins at the client with an id one greater than
 | 
				
			||||||
 * client field in info.
 | 
					 * client field in info.
 | 
				
			||||||
 * If name field in info is not empty, the client name is compared.
 | 
					 * If a client is found, its attributes are stored in info,
 | 
				
			||||||
 * If a matching client is found, its attributes are stored o
 | 
					 * and zero is returned.
 | 
				
			||||||
 * info and returns zero.
 | 
					 | 
				
			||||||
 * Otherwise returns a negative error code.
 | 
					 * Otherwise returns a negative error code.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \sa snd_seq_get_any_client_info()
 | 
					 * \sa snd_seq_get_any_client_info()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue