Method

RestParamget_file_name

Declaration [src]

const char*
rest_param_get_file_name (
  RestParam* param
)

Description [src]

Get the original file name of the parameter, if one is available.

Return value

Type: const char*

The filename if set, or NULL.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.