gdkmm pixbuf memory managment



Does pixbuf take care of unused buffers? e.g. if I do the following:

ImagePixbuf = ImagePixbuf_Original->scale_simple(new_width, new_height,
interp_type)

will the pixbuf that imagepixbuf was pointing to be deleted
automatically or should I take care of that?

Thanks,
Bartek



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]