Wnck.ResourceUsage¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
n_colormap_entries |
r/w |
number of Colormap resources allocated. |
|
n_cursors |
r/w |
number of Cursor resources allocated. |
|
n_fonts |
r/w |
number of Font resources allocated. |
|
n_gcs |
r/w |
number of GContext resources allocated. |
|
n_glyphsets |
r/w |
number of Glyphset resources allocated. |
|
n_other |
r/w |
number of other resources allocated. |
|
n_passive_grabs |
r/w |
number of PassiveGrab resources allocated. |
|
n_pictures |
r/w |
number of Picture resources allocated. |
|
n_pixmaps |
r/w |
number of Pixmap resources allocated. |
|
n_windows |
r/w |
number of Window resources allocated. |
|
pad1 |
r |
||
pad2 |
r |
||
pad3 |
r |
||
pad4 |
r |
||
pad5 |
r |
||
pad6 |
r |
||
pad7 |
r |
||
pad8 |
r |
||
pad9 |
r |
||
pixmap_bytes |
r/w |
number of bytes allocated in the X server for resources of type Pixmap. |
|
total_bytes_estimate |
r/w |
estimation of the total number of bytes allocated in the X server. |
Methods¶
None
Details¶
- class Wnck.ResourceUsage¶
The
Wnck.ResourceUsage
struct contains information about the total resource usage of an X client, and the number of resources allocated for each resource type.New in version 2.6.