]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-list-view.h
empathy-call-window.c: update priv->sending_video *before* changing widget's state
[empathy.git] / libempathy-gtk / empathy-contact-list-view.h
index e7d7769b7c7f94a6971f98f03a89a6da349e7e4e..bb6766c4a9848e48790010ffd3f5e59a925006e3 100644 (file)
@@ -54,8 +54,7 @@ typedef enum {
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DROP = 1 << 4,
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DRAG = 1 << 5,
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_TOOLTIP = 1 << 6,
-       EMPATHY_CONTACT_LIST_FEATURE_CONTACT_EVENTS = 1 << 7,
-       EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 8) - 1,
+       EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 7) - 1,
 } EmpathyContactListFeatureFlags;
 
 struct _EmpathyContactListView {
@@ -71,7 +70,7 @@ GType                      empathy_contact_list_view_get_type           (void) G
 EmpathyContactListView *   empathy_contact_list_view_new                (EmpathyContactListStore        *store,
                                                                         EmpathyContactListFeatureFlags  list_features,
                                                                         EmpathyContactFeatureFlags      contact_features);
-EmpathyContact *           empathy_contact_list_view_get_selected       (EmpathyContactListView         *view);
+EmpathyContact *           empathy_contact_list_view_dup_selected       (EmpathyContactListView         *view);
 gchar *                    empathy_contact_list_view_get_selected_group (EmpathyContactListView         *view);
 GtkWidget *                empathy_contact_list_view_get_contact_menu   (EmpathyContactListView         *view);
 GtkWidget *                empathy_contact_list_view_get_group_menu     (EmpathyContactListView         *view);