add_result_from_variant


Description:

public virtual void add_result_from_variant (Variant variant)

Add a result from a tuple variant

This method will add a new result to the result set from a variant. The default implementation will transform the variant into a ScopeResult and invoke the add_result() method. The expected type of the variant is '(ssuussssa{sv})'. It is primarily meant for low-level language bindings.