EmpathyAccountChooser

EmpathyAccountChooser

Synopsis




                    EmpathyAccountChooser;
GtkWidget*          empathy_account_chooser_new         (void);
McAccount*          empathy_account_chooser_get_account (EmpathyAccountChooser *chooser);
gboolean            empathy_account_chooser_set_account (EmpathyAccountChooser *chooser,
                                                         McAccount *account);
gboolean            empathy_account_chooser_get_has_all_option
                                                        (EmpathyAccountChooser *chooser);
void                empathy_account_chooser_set_has_all_option
                                                        (EmpathyAccountChooser *chooser,
                                                         gboolean has_all_option);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBin
                                 +----GtkComboBox
                                       +----EmpathyAccountChooser

Implemented Interfaces

EmpathyAccountChooser implements GtkBuildable, AtkImplementorIface, GtkCellLayout and GtkCellEditable.

Properties


  "has-all-option"           gboolean              : Read / Write

Description

Details

EmpathyAccountChooser

typedef struct _EmpathyAccountChooser EmpathyAccountChooser;


empathy_account_chooser_new ()

GtkWidget*          empathy_account_chooser_new         (void);

Returns :

empathy_account_chooser_get_account ()

McAccount*          empathy_account_chooser_get_account (EmpathyAccountChooser *chooser);

chooser :
Returns :

empathy_account_chooser_set_account ()

gboolean            empathy_account_chooser_set_account (EmpathyAccountChooser *chooser,
                                                         McAccount *account);

chooser :
account :
Returns :

empathy_account_chooser_get_has_all_option ()

gboolean            empathy_account_chooser_get_has_all_option
                                                        (EmpathyAccountChooser *chooser);

chooser :
Returns :

empathy_account_chooser_set_has_all_option ()

void                empathy_account_chooser_set_has_all_option
                                                        (EmpathyAccountChooser *chooser,
                                                         gboolean has_all_option);

chooser :
has_all_option :

Property Details

The "has-all-option" property

  "has-all-option"           gboolean              : Read / Write

Have a separate option in the list to mean ALL accounts.

Default value: FALSE