Uses of Class
org.freedesktop.dbus.annotations.DBusInterfaceName
-
Packages that use DBusInterfaceName Package Description org.freedesktop.dbus.annotations org.freedesktop.dbus.interfaces -
-
Uses of DBusInterfaceName in org.freedesktop.dbus.annotations
Classes in org.freedesktop.dbus.annotations with annotations of type DBusInterfaceName Modifier and Type Class Description interfaceDeprecatedOnDBusIndicates that a DBus interface or method is deprecatedinterfaceGlibCSymbolDefine a C symbol to map to this method.interfaceIntrospectionDescriptionDescription of the interface or method, returned in the introspection datainterfaceMethodErrorGive an error that the method can returninterfaceMethodNoReplyMethods annotated with this do not send a replyinterfacePropertiesEmitsChangedSignalFrom DBUS Specification:
If set to false, the org.freedesktop.DBus.Properties.PropertiesChanged signal,
see the section called “org.freedesktop.DBus.Properties” is not guaranteed to be emitted if the property changes.
If set to const the property never changes value during the lifetime of the object it belongs to,
and hence the signal is never emitted for it. -
Uses of DBusInterfaceName in org.freedesktop.dbus.interfaces
Classes in org.freedesktop.dbus.interfaces with annotations of type DBusInterfaceName Modifier and Type Interface Description interfaceDBusinterfaceErrorContains standard errors that can be thrown from methods.interfaceFeaturesinterfaceIntrospectableObjects can provide introspection data via this interface and method.interfaceMonitoringinterfaceObjectManagerinterfacePeerAll DBus Applications should respond to the Ping method on this interfaceinterfacePropertiesA standard properties interface.
-