Method
ArrowFunctionDocget_arg_names
Declaration [src]
gchar**
garrow_function_doc_get_arg_names (
GArrowFunctionDoc* doc
)
Return value
Returns: | An array of utf8 |
Symbolic names (identifiers) for the function arguments. It’s a |
|
The array is NULL -terminated. | |
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
Each element is a NUL terminated UTF-8 string. |