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

« back to all changes in this revision

Viewing changes to src/plugins/external/rygel-external-interfaces.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:
91
91
                                                "PixelWidth",
92
92
                                                "PixelHeight",
93
93
                                                "Thumbnail",
94
 
                                                "AlbumArt" };
 
94
                                                "AlbumArt",
 
95
                                                "TrackNumber" };
95
96
 
96
97
    [DBus (name = "URLs")]
97
98
    public abstract string[] urls { owned get; set; }