GirVersion

Undocumented in source.

Constructors

this
this(string _version)
Undocumented in source.
this
this(uint major, uint minor, uint micro)
Undocumented in source.

Members

Functions

opCmp
int opCmp(GirVersion _version)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(string _version)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(GirVersion _version)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string _version)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
void parse(string _version)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

major
uint major;
Undocumented in source.
micro
uint micro;
Undocumented in source.
minor
uint minor;
Undocumented in source.

Meta