Struct

GObjectTypeQuery

Description

struct GTypeQuery {
  GType type;
  const gchar* type_name;
  guint class_size;
  guint instance_size;
}

A structure holding information for a specific type.

See also: g_type_query()

Structure members
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.