MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / upower_proxy_new_async

Function upower_proxy_new_async

gtk/src/power-manager.c:225–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225static void
226upower_proxy_new_async (signal_user_data_t *ud)
227{
228 g_dbus_proxy_new_for_bus(G_BUS_TYPE_SYSTEM, G_DBUS_PROXY_FLAGS_NONE, NULL,
229 UPOWER_PATH, UPOWER_OBJECT, UPOWER_INTERFACE, NULL,
230 (GAsyncReadyCallback) upower_proxy_new_cb, ud);
231}
232
233#if GLIB_CHECK_VERSION(2, 70, 0)
234static void

Callers 1

ghb_power_manager_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected