Banshee.UbuntuOneMusicStore.UbuntuOneMusicStoreSource.UbuntuOneMusicStoreSource C# (CSharp) Method

UbuntuOneMusicStoreSource() public method

public UbuntuOneMusicStoreSource ( ) : Mono.Unix
return Mono.Unix
        public UbuntuOneMusicStoreSource () : base (
            Catalog.GetString ("Ubuntu One Music Store"),
            Catalog.GetString ("Ubuntu One Music Store"),
            sort_order, "ubuntu-one-music-store")
        {
            Properties.SetString ("Icon.Name", "ubuntuone");

            if (custom_view == null) {
                Properties.Set<ISourceContents> ("Nereid.SourceContents", custom_view = new CustomView ());
            }

            // So we can handle u1ms:// URIs
            ServiceManager.Get<DBusCommandService> ().ArgumentPushed += OnCommandLineArgument;
        }