Don't crash if a genum's nick is uninitialized

Hi,

Currently the bindings crash if the value_nick of a GEnumValue is
NULL. While
this can be considered a bug in the Enum declaration, the bindings
shouldn’t
crash on it :slight_smile:

Fixed in attached patch

Sjoerd