From c64b8aa64504879868876ac956aa52b4d280a7bd Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 8 Jul 2008 17:32:59 +0000 Subject: switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes) svn path=/trunk/; revision=1213 --- libempathy-gtk/empathy-contact-widget.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libempathy-gtk/empathy-contact-widget.h') diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index 595f68fc5..d52847762 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -29,7 +29,8 @@ G_BEGIN_DECLS -typedef enum { +typedef enum +{ EMPATHY_CONTACT_WIDGET_EDIT_NONE = 0, EMPATHY_CONTACT_WIDGET_EDIT_ALIAS = 1 << 0, EMPATHY_CONTACT_WIDGET_EDIT_AVATAR = 1 << 1, @@ -38,14 +39,13 @@ typedef enum { EMPATHY_CONTACT_WIDGET_EDIT_GROUPS = 1 << 4, } EmpathyContactWidgetFlags; -GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, - EmpathyContactWidgetFlags flags); -EmpathyContact *empathy_contact_widget_get_contact (GtkWidget *widget); -void empathy_contact_widget_set_contact (GtkWidget *widget, - EmpathyContact *contact); -void empathy_contact_widget_set_account_filter (GtkWidget *widget, - EmpathyAccountChooserFilterFunc filter, - gpointer user_data); +GtkWidget * empathy_contact_widget_new (EmpathyContact *contact, + EmpathyContactWidgetFlags flags); +EmpathyContact *empathy_contact_widget_get_contact (GtkWidget *widget); +void empathy_contact_widget_set_contact (GtkWidget *widget, + EmpathyContact *contact); +void empathy_contact_widget_set_account_filter (GtkWidget *widget, + EmpathyAccountChooserFilterFunc filter, gpointer user_data); G_END_DECLS -- cgit v1.2.3