diff options
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h index c61d97335..4b7102e8f 100644 --- a/libempathy-gtk/empathy-contact-widget.h +++ b/libempathy-gtk/empathy-contact-widget.h @@ -29,8 +29,10 @@ G_BEGIN_DECLS -GtkWidget * empathy_contact_widget_new (GossipContact *contact); -void empathy_contact_widget_save (GtkWidget *widget); +GtkWidget * empathy_contact_widget_new (GossipContact *contact, + gboolean editable); +void empathy_contact_widget_save (GtkWidget *widget); +GossipContact *empathy_contact_widget_get_contact (GtkWidget *widget); G_END_DECLS #endif /* __EMPATHY_CONTACT_WIDGET_H__ */ |