Interface Properties


public interface Properties
The org.freedesktop.DBus.Properties interface provides methods to expose properties or attributes of objects. It is conventional to give D-Bus properties names consisting of capitalized words without punctuation ("CamelCase"), like member names. Strictly speaking, D-Bus property names are not required to follow the same naming restrictions as member names, but D-Bus property names that would not be valid member names (in particular, GObject-style dash-separated property names) can cause interoperability problems and should be avoided.
See Also: