pidgin 2.14.14dev
PurpleAccountUserSplit Struct Reference

A username split. More...

#include <accountopt.h>

Collaboration diagram for PurpleAccountUserSplit:
Collaboration graph

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
More...
 

Detailed Description

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.

Field Documentation

◆ default_value

char* PurpleAccountUserSplit::default_value

The default value.


Definition at line 68 of file accountopt.h.

◆ field_sep

char PurpleAccountUserSplit::field_sep

The field separator.


Definition at line 69 of file accountopt.h.

◆ reverse

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.

◆ text

char* PurpleAccountUserSplit::text

The text that will appear to the user.

Definition at line 67 of file accountopt.h.


The documentation for this struct was generated from the following file: