| Enum | Description |
|---|---|
| PropertiesEmitsChangedSignal.EmitChangeSignal |
| Annotation Type | Description |
|---|---|
| DBusInterfaceName |
Force the interface name to be different to the Java class name.
|
| DBusMemberName |
Force the member (method/signal) name on the bus to be different to the Java name.
|
| DeprecatedOnDBus |
Indicates that a DBus interface or method is deprecated
|
| GlibCSymbol |
Define a C symbol to map to this method.
|
| IntrospectionDescription |
Description of the interface or method, returned in the introspection data
|
| MethodError |
Give an error that the method can return
|
| MethodNoReply |
Methods annotated with this do not send a reply
|
| Position |
Position annotation, to annotate Struct fields
to be sent over DBus.
|
| PropertiesEmitsChangedSignal |
From 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. |
Copyright © 2020. All rights reserved.