A username split. More...
#include <accountopt.h>
Data Fields | |
| char * | text |
| The text that will appear to the user. | |
| char * | default_value |
| The default value. | |
| char | field_sep |
| The field separator. | |
| gboolean | reverse |
| TRUE if the separator should be found starting a the end of the string, FALSE otherwise. | |
A username split.
This is used by some protocols to separate the fields of the username into more human-readable components.
Definition at line 65 of file accountopt.h.
The text that will appear to the user.
Definition at line 67 of file accountopt.h.