aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-dialogs.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-09 20:47:48 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-06-09 20:47:48 +0800
commitb9c75212aa5d591c47253eb61ec59c68513f51f6 (patch)
treee9013bdab1397d46c055bc8bdf0454b869499a29 /libempathy-gtk/empathy-contact-dialogs.h
parent02ff6bc7717091fb23930f2fcecc37400c6a9ede (diff)
downloadgsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.tar
gsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.tar.gz
gsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.tar.bz2
gsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.tar.lz
gsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.tar.xz
gsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.tar.zst
gsoc2013-empathy-b9c75212aa5d591c47253eb61ec59c68513f51f6.zip
2007-06-09 Xavier Claessens <xclaesse@gmail.com>
* libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact. EmpathyContactWidget can change the contact it's displaying on-the-fly, like that we can display info when typing the contact ID we want to add to our contact list. * libempathy/empathy-tp-contact-list.c: Fix a refcount bug. git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@134 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-contact-dialogs.h')
-rw-r--r--libempathy-gtk/empathy-contact-dialogs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.h b/libempathy-gtk/empathy-contact-dialogs.h
index 809623d47..55b5a186b 100644
--- a/libempathy-gtk/empathy-contact-dialogs.h
+++ b/libempathy-gtk/empathy-contact-dialogs.h
@@ -34,6 +34,7 @@ void empathy_subscription_dialog_show (GossipContact *contact,
void empathy_contact_information_dialog_show (GossipContact *contact,
GtkWindow *parent,
gboolean edit);
+void empathy_new_contact_dialog_show (GtkWindow *parent);
G_END_DECLS