Function

NM-1.0NMutils_enum_get_valuesSince 1.2

  • Returns the list of possible values for a given enum.

    Parameters

    • type: GType

      the %GType of the enum

    • from: number

      the first element to be returned

    • to: number

      the last element to be returned

    Returns string[]

    a NULL-terminated dynamically-allocated array of static strings or null on error

    1.2