hughsie / printerd

Printer daemon
GNU General Public License v2.0
11 stars 2 forks source link

Several D-Bus object properties are shadowed by GObject properties in the implementation classes #7

Closed twaugh closed 10 years ago

twaugh commented 10 years ago

These D-Bus object properties are shadowed, so they are not working right:

Job properties: name, attributes, state-reasons Printer properties: name, description, location, ieee1284_id, defaults, supported, state-reasons

Changes made to them at the server side do not emit notify signals when using D-Bus proxy objects on the client side.

twaugh commented 10 years ago

Fixed in merge #4.