Method

RestParamis_string

Declaration [src]

gboolean
rest_param_is_string (
  RestParam* param
)

Description [src]

Determine if the parameter is a string value, i.e. the content type is “text/plain”.

Return value

Type: gboolean

TRUE if the parameter is a string, FALSE otherwise.