Method

GObjectParamSpecget_blurb

Declaration

const gchar*
g_param_spec_get_blurb (
  GParamSpec* pspec
)

Description

Get the short description of a GParamSpec.

Return value

Type: const gchar*

The short description of pspec.

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