On 05/10/11 18:45, Iraq Ja wrote: > if (dbus_g_proxy_call(proxy, "GetDevices",&error, G_TYPE_INVALID, > DBUS_TYPE_G_OBJECT_ARRAY, name_list_ptr, G_TYPE_INVALID)) I suspect that you want to pass &name_list_ptr here. -- Will