Represents an entry containing information that must be supplied by the user when joining a chat. More...
#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) | |
Represents an entry containing information that must be supplied by the user when joining a chat.