diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-09 01:32:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-07-09 01:32:59 +0800 |
commit | c64b8aa64504879868876ac956aa52b4d280a7bd (patch) | |
tree | 247717b65579c6915f400930c9e8ebf1dd26d8b1 /libempathy-gtk/empathy-contact-widget.h | |
parent | 579f920493d69b03872840fde7e1906ea3abb284 (diff) | |
download | gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.tar gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.tar.gz gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.tar.bz2 gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.tar.lz gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.tar.xz gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.tar.zst gsoc2013-empathy-c64b8aa64504879868876ac956aa52b4d280a7bd.zip |
switch empathy-contact-widget to Collabora coding style (Guillaume Desmottes)
svn path=/trunk/; revision=1213
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.h | 18 |
1 files changed, 9 insertions, 9 deletions
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 |