- add_pixelint function(XImage*, c_long) add_pixel; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- create_imageXImage* function(XDisplay*, Visual*, uint, int, int, char*, uint, uint, int, int) create_image; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- destroy_imageint function(XImage*) destroy_image; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- get_pixelc_ulong function(XImage*, int, int) get_pixel; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- put_pixelint function(XImage*, int, int, c_ulong) put_pixel; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- sub_imageXImage function(XImage*, int, int, uint, uint) sub_image; 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.