Method
ClutterColorequal
since: 0.2
Declaration [src]
gboolean
clutter_color_equal (
gconstpointer v1,
gconstpointer v2
)
Description [src]
Compares two ClutterColors and checks if they are the same.
This function can be passed to g_hash_table_new() as the key_equal_func
parameter, when using ClutterColors as keys in a GHashTable.
Available since: 0.2
Parameters
v2-
Type:
ClutterColorA
ClutterColor.