]> git.0d.be Git - empathy.git/commitdiff
Add a cosmetic comment to separate public and non-public methods.
authorCosimo Cecchi <cosimoc@gnome.org>
Sun, 26 Jul 2009 23:18:31 +0000 (01:18 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Jul 2009 22:13:21 +0000 (00:13 +0200)
libempathy-gtk/empathy-account-widget.c

index 1a5c4f643af8b0cb3e7bde6bbf2a9617cfbf269a..0695e95a66f18d690efcf4625be9a289e29c9afa 100644 (file)
@@ -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,