aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-empathy-helpers.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:29 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-10-13 15:54:29 +0800
commita348a79dbdcb51c9936db250f529501bf3d232b5 (patch)
tree4ebf08f2c3dbab57adcb600c225027877dc7a114 /tests/check-empathy-helpers.h
parent7efe482b09cb2709fc82d777827c0043d0035406 (diff)
downloadgsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar
gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.gz
gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.bz2
gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.lz
gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.xz
gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.tar.zst
gsoc2013-empathy-a348a79dbdcb51c9936db250f529501bf3d232b5.zip
rename remove_account_from_gconf to destroy_test_account and destroy the account object in it
svn path=/trunk/; revision=1555
Diffstat (limited to 'tests/check-empathy-helpers.h')
-rw-r--r--tests/check-empathy-helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-empathy-helpers.h b/tests/check-empathy-helpers.h
index 2434af14b..411816bc1 100644
--- a/tests/check-empathy-helpers.h
+++ b/tests/check-empathy-helpers.h
@@ -25,7 +25,7 @@
gchar * get_xml_file (const gchar *filename);
gchar * get_user_xml_file (const gchar *filename);
void copy_xml_file (const gchar *orig, const gchar *dest);
-void remove_account_from_gconf (McAccount *account);
McAccount * create_test_account (void);
+void destroy_test_account (McAccount *account);
#endif /* #ifndef __CHECK_EMPATHY_HELPERS_H__ */