Method

GcrCertificateFieldget_value

Declaration [src]

gboolean
gcr_certificate_field_get_value (
  GcrCertificateField* self,
  GValue* value
)

Description [src]

Get the value of the field.

The value will have been initialized to the GType the value should be provided in.

Parameters

value

Type: GValue

The GValue to fill.

The argument will be set by the function.
The data is owned by the instance.

Return value

Type: gboolean

TRUE if the value was set successfully.