A username split. More...
#include <accountopt.h>
Data Fields | |
char * | text |
The text that will appear to the user. More... | |
char * | default_value |
The default value. More... | |
char | field_sep |
The field separator. More... | |
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.
char* PurpleAccountUserSplit::default_value |
The default value.
Definition at line 68 of file accountopt.h.
char PurpleAccountUserSplit::field_sep |
The field separator.
Definition at line 69 of file accountopt.h.
char* PurpleAccountUserSplit::text |
The text that will appear to the user.
Definition at line 67 of file accountopt.h.