[rygel] server: RootDeviceFactory: No public set for context



commit 8bc83461f485165544dbfe61544ab7e698698742
Author: Murray Cumming <murrayc openismus com>
Date:   Wed Oct 24 10:20:47 2012 +0200

    server: RootDeviceFactory: No public set for context

 src/librygel-core/rygel-root-device-factory.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-core/rygel-root-device-factory.vala b/src/librygel-core/rygel-root-device-factory.vala
index bd8ac37..a23bc0a 100644
--- a/src/librygel-core/rygel-root-device-factory.vala
+++ b/src/librygel-core/rygel-root-device-factory.vala
@@ -40,7 +40,7 @@ public errordomain RootDeviceFactoryError {
  * to create a root device for the plugin.
  */
 public class Rygel.RootDeviceFactory {
-    public GUPnP.Context context;
+    public GUPnP.Context context {get; private set;}
 
     private Configuration config;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]