GLContext.getSharedContext

Used to retrieves the gdk.glcontext.GLContext that this context share data with.

As many contexts can share data now and no single shared context exists anymore, this function has been deprecated and now always returns null.

More...
class GLContext
getSharedContext
()

Return Value

Type: gdk.glcontext.GLContext

null

Detailed Description

Deprecated: Use gdk.glcontext.GLContext.isShared to check if contexts can be shared.