enum_find_string


Description:


public unowned string enum_find_string (EnumMatch table, uint value)

Search for a enum value in a table of constants.

Parameters:

table

A EnumMatch enum table of values

value

the enumerated constant value, e.g. PK_SIGTYPE_ENUM_GPG

Returns:

the string constant, e.g. "desktop-gnome"


Namespace: Pk