glib.token_value
Module for [TokenValue] class
class TokenValue
Types 1
classTokenValue
A union holding the value of the token.
Fields
GTokenValue _cInstanceMethods
void * _cPtr() nothrowvoid vIdentifier(string propval) @property nothrowSet `vIdentifier` field. Params: propval = token identifier valuevoid vBinary(gulong propval) @property nothrowSet `vBinary` field. Params: propval = token binary integer valuevoid vOctal(gulong propval) @property nothrowSet `vOctal` field. Params: propval = octal integer valuevoid vInt64(ulong propval) @property nothrowSet `vInt64` field. Params: propval = 64-bit integer valuevoid vFloat(double propval) @property nothrowSet `vFloat` field. Params: propval = floating point valuevoid vComment(string propval) @property nothrowSet `vComment` field. Params: propval = comment value