~ubuntu-branches/ubuntu/trusty/rygel/trusty

« back to all changes in this revision

Viewing changes to src/rygel/rygel-http-item-uri.vala

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2011-12-16 15:21:25 UTC
  • mfrom: (14.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111216152125-qgn31dkfmhouhrf0
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    public int thumbnail_index;
29
29
    public int subtitle_index;
30
30
    public string? transcode_target;
31
 
    public HTTPServer http_server;
 
31
    public unowned HTTPServer http_server;
32
32
 
33
33
    public HTTPItemURI (string     item_id,
34
34
                        HTTPServer http_server,