EmpathyAccountChooser
EmpathyAccountChooser
|
|
Details
EmpathyAccountChooser
typedef struct {
GtkComboBox parent;
} EmpathyAccountChooser;
empathy_account_chooser_new ()
GtkWidget* empathy_account_chooser_new (void);
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);
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);
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 : |
|