summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-06-20 11:44:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-11-19 15:35:22 +0000
commit2a339b850872094d6ebf3c42c6704105ce96a10d (patch)
tree6010756255ef8e411e7ed4b0d444e0ac137ae860
parent0ae4c0d0c3acc63bdf97dde0c29625ff03889856 (diff)
downloaddbus-glib-2a339b850872094d6ebf3c42c6704105ce96a10d.tar.gz
_dbus_gvalue_utils_test: don't call private API
dbus_g_type_specialized_init should be, and is, sufficient. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
-rw-r--r--dbus/dbus-gvalue-utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/dbus-gvalue-utils.c b/dbus/dbus-gvalue-utils.c
index 3413ecc..672ed38 100644
--- a/dbus/dbus-gvalue-utils.c
+++ b/dbus/dbus-gvalue-utils.c
@@ -1436,7 +1436,6 @@ _dbus_gvalue_utils_test (const char *datadir)
GType type;
dbus_g_type_specialized_init ();
- _dbus_g_type_specialized_builtins_init ();
type = dbus_g_type_get_collection ("GArray", G_TYPE_UINT);
g_assert (dbus_g_type_is_collection (type));