Constructor
GcrUiKeyRenderernew
Declaration [src]
GcrKeyRenderer*
gcr_key_renderer_new (
  const gchar* label,
  GckAttributes* attrs
)
Parameters
- label
- 
            Type: const gchar*Label describing the key. The argument can be NULL.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- attrs
- 
            Type: GckAttributesKey to display, or NULL.The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GcrKeyRenderer
A newly allocated GcrKeyRenderer, which should be
         freed with g_object_unref().
| The caller of the function takes ownership of the data, and is responsible for freeing it. |