diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-07-27 07:18:31 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-07-30 06:13:21 +0800 |
commit | 68f828614636f87c93af780960954c923cf2faf6 (patch) | |
tree | f97d9f9c2cf6c9e4ce5038a9ad5aae3595663d47 /libempathy-gtk/empathy-account-widget.c | |
parent | c6e40cfec95a7f0bef133a96b74220a9bd295c72 (diff) | |
download | gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.tar gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.tar.gz gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.tar.bz2 gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.tar.lz gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.tar.xz gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.tar.zst gsoc2013-empathy-68f828614636f87c93af780960954c923cf2faf6.zip |
Add a cosmetic comment to separate public and non-public methods.
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index 1a5c4f643..0695e95a6 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -871,6 +871,8 @@ empathy_account_widget_init (EmpathyAccountWidget *self) self->ui_details = g_slice_new0 (EmpathyAccountWidgetUIDetails); } +/* public methods */ + void empathy_account_widget_handle_params (EmpathyAccountWidget *self, const gchar *first_widget, |