What to replace GLArrayBuffer::getVBO()

I am fixing compiling warnings, and i found a warning because of using GLArrayBuffer::getVBO(). GLArrayBuffer::getVBO() was deprecated, what’s the function to replace this one?

@mannewalis
I found you deprecated this function. What other function can i use instead?
Thanks.