[rygel] core: HTTPRequest.http_server is now public prop
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rygel] core: HTTPRequest.http_server is now public prop
- Date: Tue, 1 Sep 2009 22:39:54 +0000 (UTC)
commit bf5a20100d428223b756e7b13a2426f7b9dde3f5
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Sep 1 22:53:19 2009 +0300
core: HTTPRequest.http_server is now public prop
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 1854d11..797c89f 100644
--- a/src/rygel/rygel-http-request.vala
+++ b/src/rygel/rygel-http-request.vala
@@ -36,7 +36,7 @@ internal errordomain Rygel.HTTPRequestError {
* Responsible for handling HTTP client requests.
*/
internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine {
- private unowned HTTPServer http_server;
+ public unowned HTTPServer http_server;
private MediaContainer root_container;
public Soup.Server server;
public Soup.Message msg;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]