Gjsify LogoGjsify Logo

The #WnckResourceUsage struct contains information about the total resource usage of an X client, and the number of resources allocated for each resource type.

record

Hierarchy

  • ResourceUsage

Index

Constructors

Properties

n_colormap_entries: number

number of Colormap resources allocated.

field
n_cursors: number

number of Cursor resources allocated.

field
n_fonts: number

number of Font resources allocated.

field
n_gcs: number

number of GContext resources allocated.

field
n_glyphsets: number

number of Glyphset resources allocated.

field
n_other: number

number of other resources allocated.

field
n_passive_grabs: number

number of PassiveGrab resources allocated.

field
n_pictures: number

number of Picture resources allocated.

field
n_pixmaps: number

number of Pixmap resources allocated.

field
n_windows: number

number of Window resources allocated.

field
pixmap_bytes: number

number of bytes allocated in the X server for resources of type Pixmap.

field
total_bytes_estimate: number

estimation of the total number of bytes allocated in the X server.

field
name: string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method