Method
GObjectParamSpecget_name
Declaration [src]
const gchar*
g_param_spec_get_name (
GParamSpec* pspec
)
Description [src]
Get the name of a GParamSpec
.
The name is always an “interned” string (as per g_intern_string()). This allows for pointer-value comparisons.