diff options
Diffstat (limited to 'src/empathy-accounts-dialog.h')
-rw-r--r-- | src/empathy-accounts-dialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index 6decad71d..dd9cd7d55 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -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 |