Method

ArrowFunctionDocget_arg_names

Declaration [src]

gchar**
garrow_function_doc_get_arg_names (
  GArrowFunctionDoc* doc
)

Description

No description available.
Available since:6.0.0

Return value

Returns: 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.