aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-07-27 07:18:31 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-07-30 06:13:21 +0800
commit68f828614636f87c93af780960954c923cf2faf6 (patch)
treef97d9f9c2cf6c9e4ce5038a9ad5aae3595663d47
parentc6e40cfec95a7f0bef133a96b74220a9bd295c72 (diff)
downloadgsoc2013-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.
-rw-r--r--libempathy-gtk/empathy-account-widget.c2
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,