Signal

QuarrelOpt::parse

Declaration

gchar*
parse (
  QuarrelOpt* self,
  const gchar* value,
  gpointer user_data
)

Description

Parse and store a value received for this option. Returns optional parse error string.

Default handler:

Parameters

value

Type: const gchar*

No description available.

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

Return value

Type: gchar*

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.