#include <mediascanner/dbusutils.h>
virtual mediascanner::dbus::PropertySkeleton::~PropertySkeleton |
( |
) | |
|
|
inlinevirtual |
virtual GVariant* mediascanner::dbus::PropertySkeleton::GetValue |
( |
const std::string & |
sender, |
|
|
const std::string & |
target, |
|
|
GError ** |
error |
|
) |
| const |
|
pure virtual |
Retrieves the value of this D-Bus property.
- Parameters
-
[in] | sender | The sender of this D-Bus request. |
[in] | target | The target of this D-Bus request. |
[out] | error | Location for storing a possible error. |
- Returns
- The current value of this property.
virtual bool mediascanner::dbus::PropertySkeleton::readable |
( |
) | |
const |
|
pure virtual |
virtual bool mediascanner::dbus::PropertySkeleton::SetValue |
( |
const std::string & |
sender, |
|
|
const std::string & |
target, |
|
|
GVariant * |
value, |
|
|
GError ** |
error |
|
) |
| const |
|
pure virtual |
Updates the value of this D-Bus property.
- Parameters
-
[in] | sender | The sender of this D-Bus request. |
[in] | target | The target of this D-Bus request. |
[in] | value | The new value for this property. |
[out] | error | Location for storing a possible error. |
- Returns
true
on success
Implemented in mediascanner::dbus::ReadOnlyPropertyImplementation< T >.
virtual bool mediascanner::dbus::PropertySkeleton::writable |
( |
) | |
const |
|
pure virtual |