Method

PwgParamdup_summary

since: 0.1

Declaration [src]

char*
pwg_param_dup_summary (
  PwgParam* self
)

Description [src]

Copies a short diagnostic summary of the copied parameter.

Stability: Unstable

Available since: 0.1

Return value

Type: char*

A short diagnostic summary.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.