get_arg_names


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "6.0.0" ) ]
public string[] get_arg_names ()

Parameters:

this

A FunctionDoc.

Returns:

Symbolic names (identifiers) for the function arguments.

It's a null-terminated string array. It must be freed with strfreev when no longer needed.