_GParamSpecTypeInfo Struct Reference

#include <gparam.h>

Data Fields

guint16  instance_size
guint16  n_preallocs
void(*  instance_init )(GParamSpec *pspec)
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)

Field Documentation

void(* _GParamSpecTypeInfo::finalize)(GParamSpec *pspec)
 
void(* _GParamSpecTypeInfo::instance_init)(GParamSpec *pspec)
 
guint16 _GParamSpecTypeInfo::instance_size
 
guint16 _GParamSpecTypeInfo::n_preallocs
 
void(* _GParamSpecTypeInfo::value_set_default)(GParamSpec *pspec,GValue *value)
 
GType _GParamSpecTypeInfo::value_type
 
gboolean(* _GParamSpecTypeInfo::value_validate)(GParamSpec *pspec,GValue *value)
 
gint(* _GParamSpecTypeInfo::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