Method

RestParamget_content

Declaration [src]

gconstpointer
rest_param_get_content (
  RestParam* param
)

Description [src]

Get the content of param. The content should be treated as read-only and not modified in any way.

Return value

Returns: gconstpointer
 

The content.

 The data is owned by the instance.
 The return value can be NULL.