Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gobject.h>
Data Fields | |
GParamSpec * | pspec |
GValue * | value |
GObjectConstructParam: @pspec: the GParamSpec of the construct parameter @value: the value to set the parameter to
The GObjectConstructParam struct is an auxiliary structure used to hand GParamSpec/GValue pairs to the @constructor of a GObjectClass.
GParamSpec* _GObjectConstructParam::pspec |