Method
ArrowFunctionDocget_arg_names
since: 6.0.0
Declaration [src]
gchar**
garrow_function_doc_get_arg_names (
  GArrowFunctionDoc* doc
)
Return value
Type: An array of utf8
Symbolic names (identifiers) for the function arguments.
It’s a NULL-terminated string array. It must be freed with
  g_strfreev() when no longer needed.
| 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. |