]> git.0d.be Git - empathy.git/blobdiff - src/empathy-accounts-dialog.h
Updated Greek translation
[empathy.git] / src / empathy-accounts-dialog.h
index dd9cd7d5529537d062f7ddc50e9b90a27070295b..070cd02e90f2360027441f02bb9bfb903beda985 100644 (file)
@@ -25,8 +25,7 @@
 #define __EMPATHY_ACCOUNTS_DIALOG_H__
 
 #include <gtk/gtk.h>
-
-#include <telepathy-glib/account.h>
+#include <telepathy-glib/telepathy-glib.h>
 
 G_BEGIN_DECLS
 
@@ -56,11 +55,13 @@ typedef struct {
 GType empathy_accounts_dialog_get_type (void);
 GtkWidget *empathy_accounts_dialog_show (GtkWindow *parent,
     TpAccount *selected_account);
+
+void empathy_account_dialog_cancel (EmpathyAccountsDialog *dialog);
+gboolean empathy_accounts_dialog_is_creating (EmpathyAccountsDialog *dialog);
+
 void empathy_accounts_dialog_show_application (GdkScreen *screen,
-    GChildWatchFunc application_exit_cb,
-    gpointer user_data,
     TpAccount *selected_account,
-    gboolean try_import,
+    gboolean if_needed,
     gboolean hidden);
 
 G_END_DECLS