#include <prpl.h>
Data Fields | |
const char * | label |
User-friendly name of the entry. | |
const char * | identifier |
Used by the PRPL to identify the option. | |
gboolean | required |
True if it's required. | |
gboolean | is_int |
True if the entry expects an integer. | |
int | min |
Minimum value in case of integer. | |
int | max |
Maximum value in case of integer. | |
gboolean | secret |
True if the entry is secret (password). |
Definition at line 104 of file prpl.h.