Method

QuarrelCommandget_opt

Declaration

QuarrelOpt*
quarrel_command_get_opt (
  QuarrelCommand* self,
  const gchar* _long_,
  gchar _short_
)

Description

Get an option appended using quarrel_command_opt() by either its long or short name.

Parameters

_long_

Type: const gchar*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
_short_

Type: gchar

No description available.

Return value

Type: QuarrelOpt

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.