From 60e19a5cd6acce9af9b19d013eb396f12ea42abe Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 10 Jul 2012 16:03:17 +0200 Subject: 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 --- libempathy-gtk/empathy-individual-information-dialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy-gtk/empathy-individual-information-dialog.h') 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__ */ -- cgit v1.2.3