Grx.Context.ref

@accepts(Grx.Context)
@returns(Grx.Context)
def ref(self):
    # Python wrapper for grx_context_ref()
  

Increases the reference count to self.

self

the context

Returns