Function
GObjectValuetype_compatible
Declaration [src]
gboolean
g_value_type_compatible (
GType src_type,
GType dest_type
)
Description [src]
Returns whether a GValue
of type src_type
can be copied into
a GValue
of type dest_type
.