Converts a GType to its string representation (use gda.global.gTypeFromString for the
operation in the other direction).
This function wraps gobject.global.typeName but for common types it provides an easier to
understand and remember name. For Example the G_TYPE_STRING is converted to "string"
whereas gobject.global.typeName converts it to "gchararray".
Converts a GType to its string representation (use gda.global.gTypeFromString for the operation in the other direction).
This function wraps gobject.global.typeName but for common types it provides an easier to understand and remember name. For Example the G_TYPE_STRING is converted to "string" whereas gobject.global.typeName converts it to "gchararray".