aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-07-09 01:33:16 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-09 01:33:16 +0800
commit12afeccfc91485fa8211aa02149d90c6515f3aec (patch)
treee73579c84c9d98bd92f03f777a5defc821307388 /libempathy-gtk/empathy-contact-widget.h
parentd39d45baf208b349203c9f67f60b4be7506f9b8f (diff)
downloadgsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.tar
gsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.tar.gz
gsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.tar.bz2
gsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.tar.lz
gsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.tar.xz
gsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.tar.zst
gsoc2013-empathy-12afeccfc91485fa8211aa02149d90c6515f3aec.zip
empathy-contact-widget: remove tabs (Guillaume Desmottes)
svn path=/trunk/; revision=1216
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r--libempathy-gtk/empathy-contact-widget.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h
index d52847762..addb049af 100644
--- a/libempathy-gtk/empathy-contact-widget.h
+++ b/libempathy-gtk/empathy-contact-widget.h
@@ -31,19 +31,19 @@ G_BEGIN_DECLS
typedef enum
{
- EMPATHY_CONTACT_WIDGET_EDIT_NONE = 0,
- EMPATHY_CONTACT_WIDGET_EDIT_ALIAS = 1 << 0,
- EMPATHY_CONTACT_WIDGET_EDIT_AVATAR = 1 << 1,
- EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT = 1 << 2,
- EMPATHY_CONTACT_WIDGET_EDIT_ID = 1 << 3,
- EMPATHY_CONTACT_WIDGET_EDIT_GROUPS = 1 << 4,
+ EMPATHY_CONTACT_WIDGET_EDIT_NONE = 0,
+ EMPATHY_CONTACT_WIDGET_EDIT_ALIAS = 1 << 0,
+ EMPATHY_CONTACT_WIDGET_EDIT_AVATAR = 1 << 1,
+ EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT = 1 << 2,
+ EMPATHY_CONTACT_WIDGET_EDIT_ID = 1 << 3,
+ 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);
+ EmpathyContact *contact);
void empathy_contact_widget_set_account_filter (GtkWidget *widget,
EmpathyAccountChooserFilterFunc filter, gpointer user_data);