get_nick_camelcase
Description:
Introspect an enumeration to get value's nick name and transform to camel case representation.
Returns: an string representing an enumeration's value.
Parameters:
enumeration |
a GLib.Type of type GLib.Type.ENUM |
val |
an integer to parse an enum value of type @param enumeration. |