Method

GObjectParamSpecget_nick

Declaration

const gchar*
g_param_spec_get_nick (
  GParamSpec* pspec
)

Description

Get the nickname of a GParamSpec.

Return value

Type: const gchar*

The nickname of pspec.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.