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

#include <gparamspecs.h>

Data Fields

GParamSpec parent_instance
 
GParamSpecelement_spec
 
guint fixed_n_elements
 

Detailed Description

GParamSpecValueArray: @parent_instance: private GParamSpec portion @element_spec: a GParamSpec describing the elements contained in arrays of this property, may be NULL @fixed_n_elements: if greater than 0, arrays of this property will always have this many elements

A GParamSpec derived structure that contains the meta data for GValueArray properties.

Definition at line 909 of file gparamspecs.h.

Field Documentation

◆ element_spec

GParamSpec* _GParamSpecValueArray::element_spec

Definition at line 912 of file gparamspecs.h.

◆ fixed_n_elements

guint _GParamSpecValueArray::fixed_n_elements

Definition at line 913 of file gparamspecs.h.

◆ parent_instance

GParamSpec _GParamSpecValueArray::parent_instance

Definition at line 911 of file gparamspecs.h.


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