Lines Matching refs:result
24 GVariant *result;
41 result = g_dbus_proxy_call_sync (upower_proxy,
48 if (!result)
51 if (g_variant_is_of_type (result, G_VARIANT_TYPE ("(b)")))
52 g_variant_get (result, "(b)", &function_result);
54 g_variant_unref (result);
115 GVariant *result;
132 result = g_dbus_proxy_call_sync (ck_proxy,
140 if (!result)
143 if (g_variant_is_of_type (result, G_VARIANT_TYPE ("(b)")))
144 g_variant_get (result, "(b)", &function_result);
146 g_variant_unref (result);