diff options
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index 5b994c277..9ed989434 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -73,6 +73,12 @@ void empathy_account_widget_discard_pending_changes gchar * empathy_account_widget_get_default_display_name ( EmpathyAccountWidget *widget); +void empathy_account_widget_set_account_param (EmpathyAccountWidget *widget, + const gchar *account); + +void empathy_account_widget_set_password_param (EmpathyAccountWidget *self, + const gchar *password); + /* protected methods */ void empathy_account_widget_changed (EmpathyAccountWidget *widget); |