aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-common.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-25 23:03:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-10-26 17:02:51 +0800
commit6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c (patch)
tree3635c895be8c0f912b17fb39da1256aae9ba2bc2 /src/empathy-accounts-common.h
parentcf3a9f53216213720c3551c8e1833fc4eb971fe0 (diff)
downloadgsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.tar
gsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.tar.gz
gsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.tar.bz2
gsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.tar.lz
gsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.tar.xz
gsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.tar.zst
gsoc2013-empathy-6678cb7bc2dbd2b57925bdb70da0cb64bad03e2c.zip
empathy-debugger: rely on gtk_application_add_window() to manage the main loop
We have to old the application while doing async preparation as the app window is not created right away. https://bugzilla.gnome.org/show_bug.cgi?id=662504
Diffstat (limited to 'src/empathy-accounts-common.h')
-rw-r--r--src/empathy-accounts-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-accounts-common.h b/src/empathy-accounts-common.h
index 002d78323..f9294fbd2 100644
--- a/src/empathy-accounts-common.h
+++ b/src/empathy-accounts-common.h
@@ -29,6 +29,6 @@ gboolean empathy_accounts_has_accounts (TpAccountManager *manager);
void empathy_accounts_show_accounts_ui (TpAccountManager *manager,
TpAccount *account,
gboolean assistant,
- GCallback window_destroyed_cb);
+ GApplication *app);
#endif /* __EMPATHY_ACCOUNTS_COMMON_H__ */