Converts a GType to its string representation (use g_type_from_string for the operation in the other direction).
This function wraps to_string but for common types it provides an easier to understand and remember name. For Example the G_TYPE_STRING is converted to "string" whereas to_string converts it to "gchararray".
| type |
Type to convert from. |
|
the GDA's string representing the given Type or the name returned by to_string. |