]> git.0d.be Git - empathy.git/blobdiff - src/empathy-accounts-dialog.h
Separate the accounts dialog into its own program which works with the Gnome preferen...
[empathy.git] / src / empathy-accounts-dialog.h
index 6decad71ddf3cf858db92d34a96c41cc8714ae0d..dd9cd7d5529537d062f7ddc50e9b90a27070295b 100644 (file)
@@ -56,6 +56,12 @@ typedef struct {
 GType empathy_accounts_dialog_get_type (void);
 GtkWidget *empathy_accounts_dialog_show (GtkWindow *parent,
     TpAccount *selected_account);
+void empathy_accounts_dialog_show_application (GdkScreen *screen,
+    GChildWatchFunc application_exit_cb,
+    gpointer user_data,
+    TpAccount *selected_account,
+    gboolean try_import,
+    gboolean hidden);
 
 G_END_DECLS