Variant.isFloating
bool isFloating()Checks whether value has a floating reference count.
This function should only ever be used to assert that a given variant is or is not floating, or for debug purposes. To acquire a reference to a variant that might be floating, always use [glib.variant.Variant.refSink] or [glib.variant.Variant.takeRef].
See [glib.variant.Variant.refSink] for more information about floating reference counts.
Returns
whether value is floating