#include <stdapis/glib-2.0/gobject/gparam.h>
| struct _GParamSpecClass |
| Public Attributes | |
|---|---|
| gpointer | dummy |
| void(* | finalize |
| GTypeClass | g_type_class |
| void(* | value_set_default |
| GType | value_type |
| gboolean(* | value_validate |
| gint(* | values_cmp |
GParamSpecClass: : the parent class : the GValue type for this parameter : The instance finalization function (optional), should chain up to the finalize method of the parent class. : Resets a to the default value for this type (recommended, the default is g_value_reset()), see g_param_value_set_default(). : Ensures that the contents of comply with the specifications set out by this type (optional), see g_param_value_set_validate(). : Compares with according to this type (recommended, the default is memcmp()), see g_param_values_cmp().
The class structure for the <structname>GParamSpec</structname> type. Normally, <structname>GParamSpec</structname> classes are filled by g_param_type_register_static().