Grx.TextOptions.ref

@accepts(Grx.TextOptions)
@returns(Grx.TextOptions)
def ref(self):
    # Python wrapper for grx_text_options_ref()
  

Increases the reference count to self.

self

the options

Returns