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: gpointer
 

The content.