diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2009-08-07 13:26:06 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-12-15 18:41:33 (GMT) |
commit | da89e73abcc8f4a1d19163fd6d39bb86e1ff0b53 (patch) | |
tree | f41c444508cfae6911547d1afce792bc23ae434f /src/sql/drivers | |
parent | 0a91e901b760146603e4511e6a6f7fe02d11edf3 (diff) | |
download | Qt-da89e73abcc8f4a1d19163fd6d39bb86e1ff0b53.zip Qt-da89e73abcc8f4a1d19163fd6d39bb86e1ff0b53.tar.gz Qt-da89e73abcc8f4a1d19163fd6d39bb86e1ff0b53.tar.bz2 |
qdbus: short forms to get/set properties
Allow a property to be given as third parameter instead of a method. If
no other parameter is given, the property value is returned; if a fourth
parameter is given, the property is set to the given value.
This allows the syntax
qdbus service path property
as a short form of
qdbus service path org.freedesktop.DBus.Properties.Get property
and the syntax
qdbus service path property value
as a short form of
qdbus service path org.freedesktop.DBus.Properties.Set property value
If the third parameter is neither a method nor a property, the
error message for the missing method is returned.
Merge-Request: 1143
Reviewed-By: Thiago Macieira
Diffstat (limited to 'src/sql/drivers')
0 files changed, 0 insertions, 0 deletions