~ubuntu-branches/ubuntu/trusty/banshee/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Core/Banshee.Services/Banshee.Sources/ISourceManager.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2014-03-02 18:34:46 UTC
  • Revision ID: package-import@ubuntu.com-20140302183446-r0tdfaajen6cnxbf
Tags: 2.9.0+really2.6.2-2ubuntu1
* [4cc1f7c] Merge from Debian Unstable, remaining changes:
  - Enable and recommend SoundMenu and Disable NotificationArea by default
  - Disable boo and karma extensions
  - Move desktop file for Meego UI to /usr/share/une/applications
  - Change the url for the Amazon store redirector
  - [9b356d6] Add workaround for set_Height exception.
  - [ccbcbbd] Make Banshee translatable in Launchpad
  - [2094ee5] Bump libgpod build-dep version to 0.8.2-7~
  - [a7156c0] Filter out libgpod-cil-dev versions built against gtk#3
  - [e7c634d] Update dversionmangle for extracting +really version out

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
namespace Banshee.Sources
37
37
{
38
38
    [Interface("org.bansheeproject.Banshee.SourceManager")]
39
 
    public interface ISourceManager : IDBusExportable
 
39
    public interface ISourceManager
40
40
    {
41
41
        //event SourceEventHandler SourceUpdated;
42
42
        ISource ActiveSource { get; set; }