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

Type: gconstpointer

The content.

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