Enumeration

PurplePrefType

since: 2.0

Declaration

enum Purple.PrefType

Description [src]

Preference data types.

Available since: 2.0

Members

PURPLE_PREF_NONE

No type.

  • Value: 0
  • Available since: 2.0
PURPLE_PREF_BOOLEAN

Boolean.

  • Value: 1
  • Available since: 2.0
PURPLE_PREF_INT

Integer.

  • Value: 2
  • Available since: 2.0
PURPLE_PREF_STRING

String.

  • Value: 3
  • Available since: 2.0
PURPLE_PREF_STRING_LIST

List of strings.

  • Value: 4
  • Available since: 2.0
PURPLE_PREF_PATH

Path.

  • Value: 5
  • Available since: 2.0
PURPLE_PREF_PATH_LIST

List of paths.

  • Value: 6
  • Available since: 2.0