Change-Id: I223c719262bfffc5d81a24e555c543a57790f826
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
#include "gsimpleasyncresult.h"
#include "gtask.h"
#include "glibintl.h"
+#include "gdbusprivate.h"
/**
{
GObject *obj;
+ _g_dbus_initialize();
+
g_return_if_fail (G_TYPE_IS_ASYNC_INITABLE (object_type));
obj = g_object_newv (object_type, n_parameters, parameters);
{
GObject *obj;
+ _g_dbus_initialize();
+
g_return_if_fail (G_TYPE_IS_ASYNC_INITABLE (object_type));
obj = g_object_new_valist (object_type,