aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-widget.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-09 00:44:44 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-10-09 00:44:44 +0800
commit51c0a88c7220470ffb13357b10a24459cfeb6e3b (patch)
tree22cc64055c78370d4a973af8e85a36740f60f930 /libempathy-gtk/empathy-contact-widget.h
parentc1210b9462f19ce8882b4fcad5f380c32a03128d (diff)
downloadgsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.tar
gsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.tar.gz
gsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.tar.bz2
gsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.tar.lz
gsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.tar.xz
gsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.tar.zst
gsoc2013-empathy-51c0a88c7220470ffb13357b10a24459cfeb6e3b.zip
2007-10-08 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-avatar-chooser.c: * libempathy-gtk/empathy-avatar-chooser.h: * libempathy-gtk/empathy-avatar-image.c: * libempathy-gtk/empathy-avatar-image.h: * libempathy-gtk/Makefile.am: * src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in contact information windows. That means we can now enlarge avatars when clicking on it and we can set our own avatar if we edit our own contact. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@363 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.h')
-rw-r--r--libempathy-gtk/empathy-contact-widget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.h b/libempathy-gtk/empathy-contact-widget.h
index 119d8a596..71fc06acb 100644
--- a/libempathy-gtk/empathy-contact-widget.h
+++ b/libempathy-gtk/empathy-contact-widget.h
@@ -30,10 +30,11 @@
G_BEGIN_DECLS
typedef enum {
- CONTACT_WIDGET_TYPE_SHOW, /* used to show contact information */
- CONTACT_WIDGET_TYPE_EDIT, /* used to edit contact information */
- CONTACT_WIDGET_TYPE_ADD, /* used to add a new contact */
- CONTACT_WIDGET_TYPE_SUBSCRIPTION /* used to accepte/reject a new contact */
+ CONTACT_WIDGET_TYPE_SHOW, /* used to show contact information */
+ CONTACT_WIDGET_TYPE_EDIT, /* used to edit contact information */
+ CONTACT_WIDGET_TYPE_ADD, /* used to add a new contact */
+ CONTACT_WIDGET_TYPE_SUBSCRIPTION, /* used to accepte/reject a new contact */
+ CONTACT_WIDGET_TYPE_EDIT_USER /* used to edit our own information */
} EmpathyContactWidgetType;
GtkWidget * empathy_contact_widget_new (EmpathyContact *contact,