summaryrefslogtreecommitdiff
path: root/dbus/dbus-gtest.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-11-03 12:36:04 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-11-19 15:35:57 +0000
commit107bc996d95f0068f7c6144c713819aa1b77c203 (patch)
tree72f4f6d0ce1b1eb1fd9a1f9d12c8e668e83e8185 /dbus/dbus-gtest.h
parentfc3d2bffd9cbac6002c5aa8c6369129e51dfcf6e (diff)
downloaddbus-glib-107bc996d95f0068f7c6144c713819aa1b77c203.tar.gz
Flatten _dbus_gmain_test into _dbus_gvalue_test
It actually only tests _dbus_gtype_from_signature and related things, and has nothing to do with main loop integration. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
Diffstat (limited to 'dbus/dbus-gtest.h')
-rw-r--r--dbus/dbus-gtest.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/dbus-gtest.h b/dbus/dbus-gtest.h
index 940e959..8ce4b00 100644
--- a/dbus/dbus-gtest.h
+++ b/dbus/dbus-gtest.h
@@ -26,7 +26,6 @@
#include <dbus/dbus-glib.h>
-gboolean _dbus_gmain_test (const char *test_data_dir);
gboolean _dbus_gobject_test (const char *test_data_dir);
gboolean _dbus_gutils_test (const char *test_data_dir);
gboolean _dbus_gvalue_test (const char *test_data_dir);