diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 01:13:21 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 18:21:33 +0800 |
commit | 07cb259462d9958e65d2f94aef6e5728e83ccf29 (patch) | |
tree | fda228e3ecd55e0d8d25044561b2dbae80d37106 /libempathy-gtk/empathy-account-widget.h | |
parent | 801db029900423dd230edfda4731205c3c2a91a3 (diff) | |
download | gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.tar gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.tar.gz gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.tar.bz2 gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.tar.lz gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.tar.xz gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.tar.zst gsoc2013-empathy-07cb259462d9958e65d2f94aef6e5728e83ccf29.zip |
move code generating the default display name of new account to account-widget
This will allow us to:
- Use this function from other places, like in the assistant.
- Delegate special cases to the specialized versions of the widget.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index 75214fac8..56ba9d06e 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -70,6 +70,9 @@ gboolean empathy_account_widget_contains_pending_changes void empathy_account_widget_discard_pending_changes (EmpathyAccountWidget *widget); +gchar * empathy_account_widget_get_default_display_name ( + EmpathyAccountWidget *widget); + G_END_DECLS #endif /* __EMPATHY_ACCOUNT_WIDGET_H__ */ |