_GParamSpecClass Struct Reference

#include <
gparam.h>

Data Fields

GTypeClass g_type_class
GType value_type
void(* finalize )(GParamSpec *pspec)
void(* value_set_default )(GParamSpec *pspec, GValue *value)
gboolean(* value_validate )(GParamSpec *pspec, GValue *value)
gint(* values_cmp )(GParamSpec *pspec, const GValue *value1, const GValue *value2)
gpointer dummy [4]

Field Documentation

gpointer _GParamSpecClass::dummy[4]
 
void(* _GParamSpecClass::finalize)(GParamSpec *pspec)
 
GTypeClass _GParamSpecClass::g_type_class
 
void(* _GParamSpecClass::value_set_default)(GParamSpec *pspec, GValue *value)
 
GType _GParamSpecClass::value_type
 
gboolean(* _GParamSpecClass::value_validate)(GParamSpec *pspec, GValue *value)
 
gint(* _GParamSpecClass::values_cmp)(GParamSpec *pspec, const GValue *value1, const GValue *value2)
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top