Method

QuarrelCommandopt

Declaration

QuarrelCommand*
quarrel_command_opt (
  QuarrelCommand* self,
  QuarrelOpt* opt
)

Description

Append an option to this command.

Parameters

opt

Type: QuarrelOpt

No description available.

The data is owned by the caller of the method.

Return value

Type: QuarrelCommand

No description available.

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