Lines Matching refs:local_error
1292 GError *local_error; in g_dbus_address_get_for_bus_sync() local
1297 local_error = NULL; in g_dbus_address_get_for_bus_sync()
1374 ret = get_session_address_platform_specific (&local_error); in g_dbus_address_get_for_bus_sync()
1382 ret = g_dbus_address_get_for_bus_sync (G_BUS_TYPE_SESSION, cancellable, &local_error); in g_dbus_address_get_for_bus_sync()
1387 ret = g_dbus_address_get_for_bus_sync (G_BUS_TYPE_SYSTEM, cancellable, &local_error); in g_dbus_address_get_for_bus_sync()
1394 g_set_error (&local_error, in g_dbus_address_get_for_bus_sync()
1403 g_set_error_literal (&local_error, in g_dbus_address_get_for_bus_sync()
1413 g_set_error (&local_error, in g_dbus_address_get_for_bus_sync()
1434 s, local_error ? local_error->message : ""); in g_dbus_address_get_for_bus_sync()
1440 if (local_error != NULL) in g_dbus_address_get_for_bus_sync()
1441 g_propagate_error (error, local_error); in g_dbus_address_get_for_bus_sync()