]> git.0d.be Git - empathy.git/blobdiff - src/empathy-accounts-dialog.h
Updated Oriya translation
[empathy.git] / src / empathy-accounts-dialog.h
index 6decad71ddf3cf858db92d34a96c41cc8714ae0d..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
 
@@ -57,6 +56,14 @@ 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,
+    TpAccount *selected_account,
+    gboolean if_needed,
+    gboolean hidden);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_ACCOUNTS_DIALOG_H__ */