aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-information-dialog.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-10 22:03:17 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-11 17:34:56 +0800
commit60e19a5cd6acce9af9b19d013eb396f12ea42abe (patch)
tree56129fef4ffe3a11f0c27247b0caa5de20be5c2f /libempathy-gtk/empathy-individual-information-dialog.h
parent4ded9c80ba7a602cdf7bedc52e6cff57f507f943 (diff)
downloadgsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.tar
gsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.tar.gz
gsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.tar.bz2
gsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.tar.lz
gsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.tar.xz
gsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.tar.zst
gsoc2013-empathy-60e19a5cd6acce9af9b19d013eb396f12ea42abe.zip
factor out empathy_display_individual_info()
It didn't want to put more misc stuffs to ui-utils so used this file. https://bugzilla.gnome.org/show_bug.cgi?id=679111
Diffstat (limited to 'libempathy-gtk/empathy-individual-information-dialog.h')
-rw-r--r--libempathy-gtk/empathy-individual-information-dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-information-dialog.h b/libempathy-gtk/empathy-individual-information-dialog.h
index aad26702f..cdba07a61 100644
--- a/libempathy-gtk/empathy-individual-information-dialog.h
+++ b/libempathy-gtk/empathy-individual-information-dialog.h
@@ -55,6 +55,8 @@ GType empathy_individual_information_dialog_get_type (void) G_GNUC_CONST;
void empathy_individual_information_dialog_show (FolksIndividual *individual,
GtkWindow *parent);
+void empathy_display_individual_info (FolksIndividual *individual);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_INFORMATION_DIALOG_H__ */