[rygel] core: HTTPGstResponse.seek now public



commit e2cdf41bdba97932dbcf004333cbd4400632bcdf
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Apr 1 16:50:45 2011 +0300

    core: HTTPGstResponse.seek now public

 src/rygel/rygel-http-gst-response.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-gst-response.vala b/src/rygel/rygel-http-gst-response.vala
index ffa3a35..d8a55dc 100644
--- a/src/rygel/rygel-http-gst-response.vala
+++ b/src/rygel/rygel-http-gst-response.vala
@@ -28,7 +28,7 @@ using Soup;
 internal class Rygel.HTTPGstResponse : Rygel.HTTPResponse {
     private Pipeline pipeline;
 
-    private HTTPSeek seek;
+    public HTTPSeek seek;
 
     public HTTPGstResponse (HTTPGet        request,
                             HTTPGetHandler request_handler,



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