func (_self_ *PixbufAnimation) GetHeight() (_return_ C.int) { _return_ = C.gdk_pixbuf_animation_get_height((*C.GdkPixbufAnimation)(_self_._value_)) return }
/* Queries the height of the bounding box of a pixbuf animation. */ func (self *TraitPixbufAnimation) GetHeight() (return__ int) { var __cgo__return__ C.int __cgo__return__ = C.gdk_pixbuf_animation_get_height(self.CPointer) return__ = int(__cgo__return__) return }