~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to libempathy-gtk/empathy-contact-widget.h

Tags: upstream-0.21.90
ImportĀ upstreamĀ versionĀ 0.21.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
GtkWidget *     empathy_contact_widget_new                (EmpathyContact                  *contact,
42
42
                                                           EmpathyContactWidgetFlags        flags);
43
43
EmpathyContact *empathy_contact_widget_get_contact        (GtkWidget                       *widget);
 
44
void            empathy_contact_widget_set_contact        (GtkWidget                       *widget,
 
45
                                                           EmpathyContact                  *contact);
44
46
void            empathy_contact_widget_set_account_filter (GtkWidget                       *widget,
45
47
                                                           EmpathyAccountChooserFilterFunc  filter,
46
48
                                                           gpointer                         user_data);