dbus cvs dbus_g_proxy_begin_call returns FALSE is some occassions, although return type is pointer g_return_val_if_fail (DBUS_IS_G_PROXY (proxy), FALSE); g_return_val_if_fail (!DBUS_G_PROXY_DESTROYED (proxy), FALSE); yeah yeah, nitpicking :)
Created attachment 2944 [details] [review] trivial patch
hm, to clarify, prototype is: DBusGProxyCall * dbus_g_proxy_begin_call (DBusGProxy *proxy, const char *method, DBusGProxyCallNotify notify, gpointer user_data, GDestroyNotify destroy, GType first_arg_type, ...) so, returns pointer
Fixed in 0.72
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.