~victored/indicator-sound/lp-1014955

« back to all changes in this revision

Viewing changes to src/mpris2-interfaces.vala

  • Committer: Ken VanDine
  • Date: 2012-03-30 18:07:44 UTC
  • Revision ID: ken.vandine@canonical.com-20120330180744-ti9z6xgg9oksaezu
Tags: 0.8.4.1-0ubuntu4
releasing version 0.8.4.1-0ubuntu4

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  //properties
66
66
  public abstract string[] Orderings{owned get; set;}
67
67
  public abstract uint32 PlaylistCount{owned get; set;}
68
 
  public abstract ActivePlaylistContainer ActivePlaylist {owned get; set;}
 
68
  public abstract ActivePlaylistContainer? ActivePlaylist {owned get; set;}
69
69
  
70
70
  //methods
71
71
  public abstract async void ActivatePlaylist(ObjectPath playlist_id) throws IOError;