rygel r654 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r654 - trunk/src/rygel
- Date: Sun, 15 Mar 2009 19:00:47 +0000 (UTC)
Author: zeeshanak
Date: Sun Mar 15 19:00:47 2009
New Revision: 654
URL: http://svn.gnome.org/viewvc/rygel?rev=654&view=rev
Log:
HTTPServer.create_http_uri_for_item is now private.
Modified:
trunk/src/rygel/rygel-http-server.vala
Modified: trunk/src/rygel/rygel-http-server.vala
==============================================================================
--- trunk/src/rygel/rygel-http-server.vala (original)
+++ trunk/src/rygel/rygel-http-server.vala Sun Mar 15 19:00:47 2009
@@ -110,7 +110,7 @@
path);
}
- internal string create_http_uri_for_item (MediaItem item, bool transcode) {
+ private string create_http_uri_for_item (MediaItem item, bool transcode) {
string escaped = Uri.escape_string (item.id, "", true);
string query = "?itemid=%s&transcode=%s".printf (
escaped,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]