aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-16 00:13:24 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-01-18 19:01:06 +0800
commitf82cf307e75f0446b4e590b0036a179b64862939 (patch)
tree7b790fcf6f958eccf7b7f17d0462247f3c170be6 /libempathy-gtk/empathy-account-widget.h
parent3d2438bfc48b2858c2800feb9ca96fda3634a089 (diff)
downloadgsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.tar
gsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.tar.gz
gsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.tar.bz2
gsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.tar.lz
gsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.tar.xz
gsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.tar.zst
gsoc2013-empathy-f82cf307e75f0446b4e590b0036a179b64862939.zip
account-widget: add empathy_account_widget_set_{account,password}_param
This will be used to restore the account and password params when switching widgets.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r--libempathy-gtk/empathy-account-widget.h6
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);