summaryrefslogtreecommitdiff
path: root/StbObject.pm
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2007-11-23 01:27:11 +0100
committerCarlos Garnacho <carlosg@gnome.org>2007-12-12 01:22:02 +0100
commitca17b9812b8cbde855917e676c7d2b0ba6b191b8 (patch)
tree36fe3b849034c8a352e97de0063c87e0d48647a9 /StbObject.pm
parente07b5dcee02d5c40faf3f3c954d7b4407035aabb (diff)
Add getFiles base in StbObject. Implement getFiles for UserConfig and UsersConfig.
* StbObject.pm: Add DBus method there. * Users/Users.pm: turns out that get_files was already there, move it after the other main methods. * UserConfig.pm, UsersConfig.pm: implement getFiles().
Diffstat (limited to 'StbObject.pm')
-rw-r--r--StbObject.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/StbObject.pm b/StbObject.pm
index 4831f8b..60055fa 100644
--- a/StbObject.pm
+++ b/StbObject.pm
@@ -24,6 +24,8 @@ use Utils::DBus;
use base qw(Net::DBus::Object);
use Net::DBus::Exporter ($Utils::Backend::DBUS_PREFIX);
+dbus_method ("getFiles", [], [[ "array", "string" ]]);
+
sub new
{
my $class = shift;