Skip to content
  • Arman Uguray's avatar
    gdbus/client: Allow specifying ObjectManager path · d0bf7e57
    Arman Uguray authored
    GDBusClient currently hard-codes "/" as the remote ObjectManager path.
    This is generally incorrect, as an application can choose to expose an
    ObjectManager at any well-known path. This patch fixes this by allowing
    the user to pass in the ObjectManager path by introducing a new
    conctructor "g_dbus_client_new_full".
    d0bf7e57