Esempio n. 1
0
// GetByteLength is a wrapper around gdk_pixbuf_get_byte_length().
func (v *Pixbuf) GetByteLength() int {
	c := C.gdk_pixbuf_get_byte_length(v.native())
	return int(c)
}
Esempio n. 2
0
/*
Returns the length of the pixel data, in bytes.
*/
func (self *TraitPixbuf) GetByteLength() (return__ int64) {
	var __cgo__return__ C.gsize
	__cgo__return__ = C.gdk_pixbuf_get_byte_length(self.CPointer)
	return__ = int64(__cgo__return__)
	return
}