namespace shortcut
{
namespace
{
const std::string GNOME_MEDIA_SETTINGS = "org.gnome.settings-d
aemon.plugins.media-keys";
DECLARE_LOGGER(logger, "unity.shortcut");
}
// Ctor
Hint::Hint(std::string const& category,
std::string const& prefix,
std::string const& postfix,
std::string const& description,
OptionType const type,
std::string const& arg1,
std::string const& arg2,
std::string const& arg3)
: AbstractHint(category, prefix, postfix, description, type, arg
1, arg2, arg3)
{
}
// Dtor
Hint::~Hint()
{
}