API Version: 2.0
Library Version: 2.80.4
Generated by gi-docgen 2023.3
const gchar* g_param_spec_get_name ( GParamSpec* pspec )
Get the name of a GParamSpec.
GParamSpec
The name is always an “interned” string (as per g_intern_string()). This allows for pointer-value comparisons.
Type: const gchar*
const gchar*
The name of pspec.
pspec