From 51f7f13d735f8db9ead25711641f2974c18b2737 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 6 Jun 2007 18:21:00 +0000 Subject: EmpatchContactWidget has 2 modes: editable or not. 2007-06-06 Xavier Claessens * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-subscription-dialog.c: EmpatchContactWidget has 2 modes: editable or not. svn path=/trunk/; revision=127 --- libempathy-gtk/empathy-contact-widget.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libempathy-gtk/empathy-contact-widget.h') 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__ */ -- cgit v1.2.3