summaryrefslogtreecommitdiff
path: root/src/librygel-core/rygel-configuration.vala
diff options
context:
space:
mode:
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;