protocol_properties_vardict
Description:
[ NoAccessorMethod ]
[ Version ( since = "0.23.3" ) ]
public Variant protocol_properties_vardict { owned get; }
[ Version ( since = "0.23.3" ) ]
public Variant protocol_properties_vardict { owned get; }
The immutable properties of this Protocol, as provided at construction time.
This is a VARDICT Variant, which must not be modified.
If the immutable properties were not provided at construction time, the TP_PROTOCOL_FEATURE_PARAMETERS
and
TP_PROTOCOL_FEATURE_CORE
features will both be unavailable, and this
Protocol object will only be useful as a way to access lower-level D-Bus
calls.