pidgin 2.14.14dev
|
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.
char* PurpleAccountUserSplit::default_value |
char PurpleAccountUserSplit::field_sep |
gboolean PurpleAccountUserSplit::reverse |
TRUE if the separator should be found starting a the end of the string, FALSE otherwise
Definition at line 70 of file accountopt.h.
char* PurpleAccountUserSplit::text |
The text that will appear to the user.
Definition at line 67 of file accountopt.h.