_GObjectConstructParam Struct Reference

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

struct _GObjectConstructParam
Public Attributes
GParamSpec *pspec
GValue *value

Detailed Description

GObjectConstructParam: : the GParamSpec of the construct parameter : the value to set the parameter to

The <structname>GObjectConstructParam</structname> struct is an auxiliary structure used to hand GParamSpec/GValue pairs to the of a GObjectClass.

Member Attribute Documentation

pspec

GParamSpec *pspec

value

GValue *value