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

#include <gtype.h>

Data Fields

GType type
 
const gchartype_name
 
guint class_size
 
guint instance_size
 

Detailed Description

GTypeQuery: @type: the GType value of the type @type_name: the name of the type @class_size: the size of the class structure @instance_size: the size of the instance structure

A structure holding information for a specific type.

See also: g_type_query()

Definition at line 488 of file gtype.h.

Field Documentation

◆ class_size

guint _GTypeQuery::class_size

Definition at line 492 of file gtype.h.

◆ instance_size

guint _GTypeQuery::instance_size

Definition at line 493 of file gtype.h.

◆ type

GType _GTypeQuery::type

Definition at line 490 of file gtype.h.

◆ type_name

const gchar* _GTypeQuery::type_name

Definition at line 491 of file gtype.h.


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