Function

GcrUiFailureRenderernew_unsupported

Declaration [src]

GcrRenderer*
gcr_failure_renderer_new_unsupported (
  const gchar* label
)

Description [src]

Create a new renderer for unsupported data.

Parameters

label const gchar*
 

The label for the failure.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: GcrRenderer
 

The new renderer.

 The caller of the function takes ownership of the data, and is responsible for freeing it.