[rygel] core: HTTPRequest.request_handler now public



commit e08675b820b3f5808fdadad4dcddb39e8ddbdd1a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Wed Dec 9 03:08:20 2009 +0200

    core: HTTPRequest.request_handler now public

 src/rygel/rygel-http-request.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-request.vala b/src/rygel/rygel-http-request.vala
index 30e2e60..683648f 100644
--- a/src/rygel/rygel-http-request.vala
+++ b/src/rygel/rygel-http-request.vala
@@ -51,7 +51,7 @@ internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine {
     public Thumbnail thumbnail;
     public HTTPSeek seek;
 
-    private HTTPRequestHandler request_handler;
+    public HTTPRequestHandler request_handler;
 
     public HTTPRequest (HTTPServer                http_server,
                         Soup.Server               server,



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