]> 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 47159fd24e9703a43c2bed0ba4063edbcda6ec07..bb6766c4a9848e48790010ffd3f5e59a925006e3 100644 (file)
@@ -53,22 +53,24 @@ typedef enum {
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_REMOVE = 1 << 3,
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DROP = 1 << 4,
        EMPATHY_CONTACT_LIST_FEATURE_CONTACT_DRAG = 1 << 5,
-       EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 6) - 1,
+       EMPATHY_CONTACT_LIST_FEATURE_CONTACT_TOOLTIP = 1 << 6,
+       EMPATHY_CONTACT_LIST_FEATURE_ALL = (1 << 7) - 1,
 } EmpathyContactListFeatureFlags;
 
 struct _EmpathyContactListView {
-       GtkTreeView            parent;
+       GtkTreeView parent;
+       gpointer priv;
 };
 
 struct _EmpathyContactListViewClass {
-       GtkTreeViewClass       parent_class;
+       GtkTreeViewClass parent_class;
 };
 
 GType                      empathy_contact_list_view_get_type           (void) G_GNUC_CONST;
 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);