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_can_select_all
                                                        (EmpathyAccountChooser *chooser);
void                empathy_account_chooser_set_can_select_all
                                                        (EmpathyAccountChooser *chooser,
                                                         gboolean can_select_all);
gboolean            empathy_account_chooser_get_has_all_option
                                                        (EmpathyAccountChooser *chooser);
void                empathy_account_chooser_set_has_all_option
                                                        (EmpathyAccountChooser *chooser,
                                                         gboolean has_all_option);

Description

Details

EmpathyAccountChooser

typedef struct {
	GtkComboBox parent;
} 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_can_select_all ()

gboolean            empathy_account_chooser_get_can_select_all
                                                        (EmpathyAccountChooser *chooser);

chooser :
Returns :

empathy_account_chooser_set_can_select_all ()

void                empathy_account_chooser_set_can_select_all
                                                        (EmpathyAccountChooser *chooser,
                                                         gboolean can_select_all);

chooser :
can_select_all :

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 :