libtracker-sparql: Accept NULL D-Bus names for peer-to-peer connections
If a GDBusConnection
is not a message bus connection, then allow specifying a NULL
D-Bus name (well-known or unique). This will be useful for child worker processes of an application to connect to the main process over peer-to-peer D-Bus and talk to a TrackerEndpoint
exported by it.