Method

GrlConfigget_int

since: 0.1.5

Declaration [src]

gint
grl_config_get_int (
  GrlConfig* config,
  const gchar* param
)

Description

No description available.

Available since: 0.1.5

Parameters

param

Type: const gchar*

An integer type parameter.

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

Return value

Type: gint

param value.