Revision Date Author Comments
# c0fac81a 24-Aug-2023 Patrick Williams <patrick@stwcx.xyz>

sdbus++: async: server: change property variable to trailing underscore

Identifiers beginning with underscores are sometimes used for reserved
names and an often convention is to use trailing unders

sdbus++: async: server: change property variable to trailing underscore

Identifiers beginning with underscores are sometimes used for reserved
names and an often convention is to use trailing underscore for members.
Since the properties are now exposed to users writing async server
bindings, use an identifier that won't have the possibility of reserved
collisions.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I25be6b2dee754ce33f486a5eec285a4ea659983e

show more ...


# f84f1117 20-Aug-2023 Patrick Williams <patrick@stwcx.xyz>

sdbus++: async: server: generate get-property fn

Add binding generation for get-property functions.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I60d44b25d718373acfd581faf158f45f5

sdbus++: async: server: generate get-property fn

Add binding generation for get-property functions.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I60d44b25d718373acfd581faf158f45f5b5430e9

show more ...