Method

HaslGs2Headerto_string

since: 0.3

Declaration [src]

char*
hasl_gs2_header_to_string (
  HaslGs2Header* header
  GError** error
)

Description [src]

Serializes header to a string in the correct format.

Available since: 0.3

Return value

Type: char*

The serialized header.

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