Skip to content
  • Arman Uguray's avatar
    gdbus/client: Don't GetManagedObjects w/o handlers · 1545d48b
    Arman Uguray authored
    The client code currently issues GetManagedObjects if new handlers are
    set via g_dbus_client_set_proxy_handlers. An application may set these
    to NULL before unref'ing a client or to simply prevent further events.
    Hence, there is no need to refresh objects or properties if all handlers
    are NULL.
    1545d48b