Method
ClutterColorequal
Declaration [src]
gboolean
clutter_color_equal (
gconstpointer v1,
gconstpointer v2
)
Description [src]
Compares two ClutterColor
s 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 ClutterColor
s as keys in a GHashTable
.
Available since: | 0.2 |
Parameters
v2 |
ClutterColor |
A |