函数

g_objectValuetype_transformable

声明 [src]

gboolean
g_value_type_transformable (
  GType src_type,
  GType dest_type
)

描述 [src]

检查是否能够将类型 src_type 的值转换成类型 dest_type 的值。注意,要转换的类型必须兼容,或者必须注册一个转换函数。

参数

src_type

类型: GType

源类型。

dest_type

类型: GType

目标类型。

返回值

类型: gboolean

如果转换是可能的,则返回 TRUE,否则返回 FALSE