Banshee.MediaEngine.Tests.IdleTimeoutRemove C# (CSharp) Method

IdleTimeoutRemove() protected method

protected IdleTimeoutRemove ( uint id ) : bool
id uint
return bool
        protected bool IdleTimeoutRemove (uint id)
        {
            return GLib.Source.Remove (id);
        }
    }