I am building an MPRIS D-Bus Interface for an application in C using GDBus facilities generated automagically using the gdbus-codegen tool.
When a property is altered, a "PropertiesChanged" signal is automatically generated, which is fine most of the time, but in the MPRIS specification, it states that when the 'Position' property changes, the "PropertiesChanged" signal should not be emitted.
Is there any nice way to prevent the signal being sent?