@get
Description:
Returns the name and the value of the element at index index.
Either of the out_name and out_value can be null, to not return that part.
Parameters:
| this | |
| index |
an index |
| out_name |
A place to store the name of the element, or null |
| out_value |
A place to store the value of the element, or null |
Returns:
|
true on success, false otherwise. See: camel_name_value_array_get_name, camel_name_value_array_get_value, camel_name_value_array_get_named |