Banshee.Collection.Database.DatabaseImportManager.NotifyAllSources C# (CSharp) Method

NotifyAllSources() public method

public NotifyAllSources ( ) : void
return void
        public void NotifyAllSources ()
        {
            foreach (int primary_source_id in counts.Keys) {
                PrimarySource.GetById (primary_source_id).NotifyTracksAdded ();
            }
            counts.Clear ();
        }