]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-widget.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-contact-widget.h
index b010578ad9f33b7de8094d862791dd3e79f1c503..2533248b5b676b81f7a05a4f39721a5a26b5c1e8 100644 (file)
@@ -60,6 +60,10 @@ typedef enum
   EMPATHY_CONTACT_WIDGET_EDIT_GROUPS  = 1 << 4,
   EMPATHY_CONTACT_WIDGET_FOR_TOOLTIP  = 1 << 5,
   EMPATHY_CONTACT_WIDGET_SHOW_LOCATION  = 1 << 6,
+  EMPATHY_CONTACT_WIDGET_NO_SET_ALIAS = 1 << 7,
+  EMPATHY_CONTACT_WIDGET_SHOW_DETAILS = 1 << 8,
+  EMPATHY_CONTACT_WIDGET_EDIT_DETAILS = 1 << 9,
+  EMPATHY_CONTACT_WIDGET_NO_STATUS    = 1 << 10,
 } EmpathyContactWidgetFlags;
 
 GtkWidget * empathy_contact_widget_new (EmpathyContact *contact,
@@ -69,6 +73,7 @@ void empathy_contact_widget_set_contact (GtkWidget *widget,
     EmpathyContact *contact);
 void empathy_contact_widget_set_account_filter (GtkWidget *widget,
     EmpathyAccountChooserFilterFunc filter, gpointer user_data);
+const gchar *empathy_contact_widget_get_alias (GtkWidget *widget);
 
 G_END_DECLS