Ubuntu TV Media Scanner
A centralized index for removable media content.
|
#include <mediascanner/dbusutils.h>
Public Types | |
typedef PropertyImplementation < T, G_DBUS_PROPERTY_INFO_FLAGS_READABLE > | inherited |
![]() | |
typedef Property< T, Flags > | property_type |
![]() | |
typedef T | value_type |
typedef Type< T > | dbus_type |
![]() | |
typedef GDBusPropertyInfo | dbus_info_type |
Type of the GDBus introspection structure for this members. More... | |
typedef SkeletonTrait < dbus_info_type >::type | skeleton_type |
Public Member Functions | |
ReadOnlyPropertyImplementation (const std::string &name) | |
bool | SetValue (const std::string &, const std::string &, GVariant *, GError **error) const |
Updates the value of this D-Bus property. More... | |
![]() | |
PropertyImplementation (const std::string &name) | |
bool | readable () const |
bool | writable () const |
![]() | |
Wrapper< dbus_info_type > | info () const |
![]() | |
virtual | ~Member () |
const std::string & | name () const |
const skeleton_type * | skeleton () const |
Additional Inherited Members | |
![]() | |
static bool | readable () |
Predicate if this property can be read. More... | |
static bool | writable () |
Predicate if this property can be written. More... | |
![]() | |
Property (const std::string &name, PropertySkeleton *skeleton) | |
![]() | |
virtual | ~PropertySkeleton () |
virtual GVariant * | GetValue (const std::string &sender, const std::string &target, GError **error) const =0 |
Retrieves the value of this D-Bus property. More... | |
typedef PropertyImplementation<T, G_DBUS_PROPERTY_INFO_FLAGS_READABLE> mediascanner::dbus::ReadOnlyPropertyImplementation< T >::inherited |
|
inlineexplicit |
|
inlinevirtual |
Updates the value of this D-Bus property.
[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. |
true
on success Implements mediascanner::dbus::PropertySkeleton.