summaryrefslogtreecommitdiff
path: root/src/librygel-core/rygel-configuration.vala
diff options
context:
space:
mode:
authorJens Georg <jensg@openismus.org>2012-09-12 14:25:24 +0200
committerJens Georg <jensg@openismus.com>2012-10-05 17:33:28 +0200
commit21af74d799944290f9faaef744f71a1450b40320 (patch)
tree5a6924525d55cff7831b98b99ca97331d291991c /src/librygel-core/rygel-configuration.vala
parent3c11305e5bed40b3e6edff7229bec471fe22a3ae (diff)
downloadrygel-21af74d799944290f9faaef744f71a1450b40320.tar.gz
server,engine: Move MediaEngine into .so
Diffstat (limited to 'src/librygel-core/rygel-configuration.vala')
-rw-r--r--src/librygel-core/rygel-configuration.vala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librygel-core/rygel-configuration.vala b/src/librygel-core/rygel-configuration.vala
index 6dfbd26a..3da01e14 100644
--- a/src/librygel-core/rygel-configuration.vala
+++ b/src/librygel-core/rygel-configuration.vala
@@ -89,6 +89,10 @@ public interface Rygel.Configuration : GLib.Object {
public abstract string get_plugin_path () throws GLib.Error;
+ public abstract string get_engine_path () throws GLib.Error;
+
+ public abstract string get_media_engine () throws GLib.Error;
+
public abstract string get_video_upload_folder () throws GLib.Error;
public abstract string get_music_upload_folder () throws GLib.Error;