get_specific_object_path


Description:

public unowned string get_specific_object_path ()

Gets the path of the "specific object" used at activation.

Currently, there is no single method that will allow you to automatically turn this into an appropriate Object; you need to know what kind of object it is based on other information. (Eg, if this corresponds to a Wi-Fi connection, then the specific object will be an AccessPoint, and you can resolve it with get_access_point_by_path.)

Parameters:

this

a ActiveConnection

Returns:

the specific object's D-Bus path. This is the internal string used by the connection, and must not be modified.