Skip to content

Generate value-*-stub.h correctly#7

Open
12qu wants to merge 1 commit intobrazdil:masterfrom
12qu:master
Open

Generate value-*-stub.h correctly#7
12qu wants to merge 1 commit intobrazdil:masterfrom
12qu:master

Conversation

@12qu
Copy link

@12qu 12qu commented Jul 18, 2014

These files should be automatically generated by dbus-binding-tool
when make is run, since not doing so can cause bugs when the dbus
interface changes and these files do not.

Such a bug actually occurred when the recent "volume while muted" patch
was merged, which prompted the need for this commit. The old dbus
interface was still in use, even though a new boolean parameter had been
added to it, and so the whole program failed to compile out of the box.

These files should be automatically generated by `dbus-binding-tool`
when `make` is run, since not doing so can cause bugs when the dbus
interface changes and these files do not.

Such a bug actually occurred when the recent "volume while muted" patch
was merged, which prompted the need for this commit. The old dbus
interface was still in use, even though a new boolean parameter had been
added to it, and so the whole program failed to compile out of the box.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants