PurpleAccountOption Struct Reference

An option for an account. More...

#include <accountopt.h>


Data Fields

union {
   gboolean   boolean
 The default boolean value.
   int   integer
 The default integer value.
   GList *   list
 The default list value.
   char *   string
 The default string value.
default_value
gboolean masked
char * pref_name
 The name of the associated preference.
char * text
 The text that will appear to the user.
PurplePrefType type
 The type of value.


Detailed Description

An option for an account.

This is set by protocol plugins, and appears in the account settings dialogs.

Definition at line 36 of file accountopt.h.


Field Documentation

gboolean PurpleAccountOption::boolean

The default boolean value.

Definition at line 45 of file accountopt.h.

int PurpleAccountOption::integer

The default integer value.

Definition at line 46 of file accountopt.h.

GList* PurpleAccountOption::list

The default list value.

Definition at line 48 of file accountopt.h.

char* PurpleAccountOption::pref_name

The name of the associated preference.

Definition at line 41 of file accountopt.h.

char* PurpleAccountOption::string

The default string value.

Definition at line 47 of file accountopt.h.

char* PurpleAccountOption::text

The text that will appear to the user.

Definition at line 40 of file accountopt.h.

PurplePrefType PurpleAccountOption::type

The type of value.

Definition at line 38 of file accountopt.h.


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