Method
GLib Variantequal
since: 2.24
Declaration [src]
gboolean
g_variant_equal(
gconstpointerone,
gconstpointertwo
)
Description [src]
Checks if one and two have the same type and value.
The types of one and two are #gconstpointer only to allow use of
this function with GHashTable. They must each be a GVariant.
Available since: 2.24
Parameters
two-
Type:
GVariantA
GVariantinstance.
Return value
Type: gboolean
TRUE if one and two are equal.