summaryrefslogtreecommitdiff
path: root/src/librygel-core/rygel-plugin.vala
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-07-20 10:17:52 +0200
committerJens Georg <mail@jensge.org>2012-07-27 22:16:59 +0200
commit8ce29886a114b625fbb1dabc72684478e8ee7463 (patch)
treec4c9ed741f5b462e2a547fc7531c105fe6d10bfe /src/librygel-core/rygel-plugin.vala
parentf8200ccf30669b6d35ab546fcda3124cab8ed9b8 (diff)
downloadrygel-8ce29886a114b625fbb1dabc72684478e8ee7463.tar.gz
core,libserver: Move server-only stuff to library
Diffstat (limited to 'src/librygel-core/rygel-plugin.vala')
-rw-r--r--src/librygel-core/rygel-plugin.vala5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librygel-core/rygel-plugin.vala b/src/librygel-core/rygel-plugin.vala
index 3d0b6e11..f170a798 100644
--- a/src/librygel-core/rygel-plugin.vala
+++ b/src/librygel-core/rygel-plugin.vala
@@ -127,6 +127,11 @@ public class Rygel.Plugin : GUPnP.ResourceFactory {
this.icon_infos.add (icon_info);
}
+ public virtual void apply_hacks (RootDevice device,
+ string description_path)
+ throws Error {
+ }
+
private void add_default_icon (string mime_type,
string file_extension,
string uri,