Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GObjectConstructParam Struct Reference

#include <gobject.h>

Data Fields

GParamSpecpspec
 
GValuevalue
 

Detailed Description

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.

Definition at line 376 of file gobject.h.

Field Documentation

◆ pspec

GParamSpec* _GObjectConstructParam::pspec

Definition at line 378 of file gobject.h.

◆ value

GValue* _GObjectConstructParam::value

Definition at line 379 of file gobject.h.


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