Allow Gdk.{Color,RGBA} instances to be compared with other objects
For example, Gdk.RGBA() == None
should return False instead of raising a TypeError
Fixes #414 (closed)
For example, Gdk.RGBA() == None
should return False instead of raising a TypeError
Fixes #414 (closed)