Skip to content
Unverified Commit 0aa8c79f authored by Murray Cumming's avatar Murray Cumming
Browse files

Value: Only use RefPtr specialization for types that have get_base_type().

For instance, RefPtr to ObjectBase-derived types, or other types that
try to have a similar API.

Previously, this assumed that any Value<RefPtr<T>> was for a T that had
a get_base_type() (wrapping an underlying glib/gtk C type).
parent 80e02100
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment