From 21af74d799944290f9faaef744f71a1450b40320 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Wed, 12 Sep 2012 14:25:24 +0200 Subject: server,engine: Move MediaEngine into .so --- src/librygel-core/rygel-configuration.vala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/librygel-core/rygel-configuration.vala') 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; -- cgit v1.2.1