_GParamSpecClass Struct Reference

#include <stdapis/glib-2.0/gobject/gparam.h>

struct _GParamSpecClass

Detailed Description

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().

Member Attribute Documentation

dummy

gpointer dummy

finalize

void(*finalize

g_type_class

GTypeClass g_type_class

value_set_default

void(*value_set_default

value_type

GType value_type

value_validate

gboolean(*value_validate

values_cmp

gint(*values_cmp