Skip to content

client: make properties writeable (g_object_set)

Christian Kellner requested to merge cli_writeable_props into master

Properly mark properties that support setting (via D-Bus API) as G_PARAM_READWRITE so they can be set via g_object_set.

Merge request reports